blob: f1fe46da47ac0bbb0d4de0bd0974f2eca3ecf9b5 [file] [log] [blame]
jhawkins@chromium.orge194f3d2012-01-05 11:18:18 +09001// Copyright (c) 2012 The Chromium Authors. All rights reserved.
erg@chromium.org493f5f62010-07-16 06:03:54 +09002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
ajwong@chromium.orge4f3dc32012-01-07 07:12:28 +09005#include "base/bind_helpers.h"
6
7#include "base/callback.h"
erg@chromium.org493f5f62010-07-16 06:03:54 +09008
wez@chromium.org6d4ad682011-05-28 04:35:11 +09009namespace base {
10
ajwong@chromium.orge4f3dc32012-01-07 07:12:28 +090011void DoNothing() {
12}
13
wez@chromium.org6d4ad682011-05-28 04:35:11 +090014} // namespace base