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

Unified Diff: extensions/browser/file_reader.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 | « content/shell/shell_url_request_context_getter.h ('k') | ipc/ipc_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/file_reader.h
diff --git a/extensions/browser/file_reader.h b/extensions/browser/file_reader.h
index f103cd3df9dd671dc011403ea54f74e300594358..109a97a8b47f2f07454f6a15d2207297b8dbd905 100644
--- a/extensions/browser/file_reader.h
+++ b/extensions/browser/file_reader.h
@@ -11,7 +11,9 @@
#include "base/memory/ref_counted.h"
#include "extensions/common/extension_resource.h"
+namespace base {
class MessageLoop;
+}
// This file defines an interface for reading a file asynchronously on a
// background thread.
@@ -38,7 +40,7 @@ class FileReader : public base::RefCountedThreadSafe<FileReader> {
extensions::ExtensionResource resource_;
Callback callback_;
- MessageLoop* origin_loop_;
+ base::MessageLoop* origin_loop_;
};
#endif // EXTENSIONS_BROWSER_FILE_READER_H_
« no previous file with comments | « content/shell/shell_url_request_context_getter.h ('k') | ipc/ipc_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698