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

Unified Diff: chrome/browser/sync/glue/typed_url_model_associator.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 | « chrome/browser/sync/glue/typed_url_change_processor.h ('k') | chrome/browser/sync/glue/ui_model_worker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/typed_url_model_associator.h
diff --git a/chrome/browser/sync/glue/typed_url_model_associator.h b/chrome/browser/sync/glue/typed_url_model_associator.h
index 3a499939492bd096f90c27c48405a0f454bbc79d..66c3841ae0509984778f46c1af5358d9fa70f406 100644
--- a/chrome/browser/sync/glue/typed_url_model_associator.h
+++ b/chrome/browser/sync/glue/typed_url_model_associator.h
@@ -19,9 +19,12 @@
#include "sync/protocol/typed_url_specifics.pb.h"
class GURL;
-class MessageLoop;
class ProfileSyncService;
+namespace base {
+class MessageLoop;
+}
+
namespace history {
class HistoryBackend;
class URLRow;
@@ -187,7 +190,7 @@ class TypedUrlModelAssociator : public AssociatorInterface {
ProfileSyncService* sync_service_;
history::HistoryBackend* history_backend_;
- MessageLoop* expected_loop_;
+ base::MessageLoop* expected_loop_;
// Lock to ensure exclusive access to the pending_abort_ flag.
base::Lock pending_abort_lock_;
« no previous file with comments | « chrome/browser/sync/glue/typed_url_change_processor.h ('k') | chrome/browser/sync/glue/ui_model_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698