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

Unified Diff: content/public/browser/browser_thread.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/common/gpu/client/gpu_channel_host.h ('k') | content/public/browser/histogram_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_thread.h
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
index 9ab20522725a3ce63fc110f8ead0189bd02ca9ef..52c87f4062621ecffe6e973148f4edef5f5f7187 100644
--- a/content/public/browser/browser_thread.h
+++ b/content/public/browser/browser_thread.h
@@ -19,9 +19,8 @@
#include "base/logging.h"
#endif // UNIT_TEST
-class MessageLoop;
-
namespace base {
+class MessageLoop;
class SequencedWorkerPool;
class Thread;
}
@@ -216,7 +215,7 @@ class CONTENT_EXPORT BrowserThread {
//
// Ownership remains with the BrowserThread implementation, so you
// must not delete the pointer.
- static MessageLoop* UnsafeGetMessageLoopForThread(ID identifier);
+ static base::MessageLoop* UnsafeGetMessageLoopForThread(ID identifier);
// Sets the delegate for the specified BrowserThread.
//
« no previous file with comments | « content/common/gpu/client/gpu_channel_host.h ('k') | content/public/browser/histogram_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698