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

Unified Diff: chrome_frame/sync_msg_reply_dispatcher.h

Issue 8699008: Use callback_forward.h instead of callback.h where possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an unneeded include. Created 9 years, 1 month 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
Index: chrome_frame/sync_msg_reply_dispatcher.h
diff --git a/chrome_frame/sync_msg_reply_dispatcher.h b/chrome_frame/sync_msg_reply_dispatcher.h
index a1687886bb80ac853547f9270bec358aa8d6f2b5..769c084b1c410c4c22933c68e234a9c320de9291 100644
--- a/chrome_frame/sync_msg_reply_dispatcher.h
+++ b/chrome_frame/sync_msg_reply_dispatcher.h
@@ -7,7 +7,7 @@
#include <deque>
-#include "base/callback.h"
+#include "base/callback_forward.h"
awong 2011/11/28 18:42:21 unneeded?
erikwright (departed) 2011/11/28 19:12:19 Done.
#include "base/synchronization/lock.h"
#include "ipc/ipc_channel_proxy.h"

Powered by Google App Engine
This is Rietveld 408576698