summaryrefslogtreecommitdiffstats
path: root/base/message_loop_proxy.h
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 22:00:29 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 22:00:29 +0000
commit2d7156624c43fad05a53e23f166864173221126b (patch)
tree46fbbb0c48b9cee277091222546f52f6399f21f6 /base/message_loop_proxy.h
parent3e751c042ee3718c7b43cf8d642d7f6623b25b5b (diff)
downloadchromium_src-2d7156624c43fad05a53e23f166864173221126b.zip
chromium_src-2d7156624c43fad05a53e23f166864173221126b.tar.gz
chromium_src-2d7156624c43fad05a53e23f166864173221126b.tar.bz2
callback_forward.h forward-declares base::Callback and base::Closure.
This CL includes callback_forward.h and a number of files that depend on it. Other CLs have been sent to other reviewers, according to OWNERS files. This search shows the other CLs: http://goo.gl/vzQoJ See this chromium-dev thread for the rationale behind the change: http://goo.gl/I3kob BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/8702019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/message_loop_proxy.h')
-rw-r--r--base/message_loop_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/message_loop_proxy.h b/base/message_loop_proxy.h
index d783b4e..aac11b9 100644
--- a/base/message_loop_proxy.h
+++ b/base/message_loop_proxy.h
@@ -8,7 +8,7 @@
#include "base/base_export.h"
#include "base/basictypes.h"
-#include "base/callback.h"
+#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
#include "base/task.h"