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

Unified Diff: media/base/mock_reader.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: 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
« no previous file with comments | « chrome_frame/sync_msg_reply_dispatcher.h ('k') | ui/gfx/surface/accelerated_surface_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_reader.h
diff --git a/media/base/mock_reader.h b/media/base/mock_reader.h
index a6122a9ce826f41ac05048aa00933a6eafac43af..738eb29b06c71258f00c7700e287960f34d2ef28 100644
--- a/media/base/mock_reader.h
+++ b/media/base/mock_reader.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/bind.h"
-#include "base/callback.h"
+#include "base/callback_forward.h"
Ami GONE FROM CHROMIUM 2011/11/28 17:27:45 No longer needed?
erikwright (departed) 2011/11/28 19:12:19 Thanks. My magic grep scripts only checked if the
#include "base/memory/ref_counted.h"
#include "media/base/filters.h"
« no previous file with comments | « chrome_frame/sync_msg_reply_dispatcher.h ('k') | ui/gfx/surface/accelerated_surface_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698