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

Unified Diff: chrome/browser/sync/glue/typed_url_change_processor.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
Index: chrome/browser/sync/glue/typed_url_change_processor.h
diff --git a/chrome/browser/sync/glue/typed_url_change_processor.h b/chrome/browser/sync/glue/typed_url_change_processor.h
index 619a8ebd433117e256a421198e7799bb8ceb38d0..823c45c4274aaeff881bc66b8a7942bb4f1a2016 100644
--- a/chrome/browser/sync/glue/typed_url_change_processor.h
+++ b/chrome/browser/sync/glue/typed_url_change_processor.h
@@ -17,9 +17,12 @@
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/notification_types.h"
-class MessageLoop;
class Profile;
+namespace base {
+class MessageLoop;
+}
+
namespace content {
class NotificationService;
}
@@ -101,7 +104,7 @@ class TypedUrlChangeProcessor : public ChangeProcessor,
content::NotificationRegistrar notification_registrar_;
- MessageLoop* expected_loop_;
+ base::MessageLoop* expected_loop_;
scoped_ptr<content::NotificationService> notification_service_;
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_registrar.h ('k') | chrome/browser/sync/glue/typed_url_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698