Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: base/threading/post_task_and_reply_impl.h

Issue 8956019: base::Bind: Remove includes of base.bind in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fix. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/settings/settings_storage_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/post_task_and_reply_impl.h
diff --git a/base/threading/post_task_and_reply_impl.h b/base/threading/post_task_and_reply_impl.h
index d2bbac77c4d8a2a4f6a93e34a125a48fde8873cb..fe19c8e46a88b73e51b2ba05aa7306df3b0e6939 100644
--- a/base/threading/post_task_and_reply_impl.h
+++ b/base/threading/post_task_and_reply_impl.h
@@ -9,7 +9,7 @@
#define BASE_THREADING_POST_TASK_AND_REPLY_IMPL_H_
#pragma once
-#include "base/bind.h"
+#include "base/callback_forward.h"
#include "base/location.h"
namespace base {
« no previous file with comments | « no previous file | chrome/browser/extensions/settings/settings_storage_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698