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

Unified Diff: chrome/browser/sync/glue/password_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/password_change_processor.h
diff --git a/chrome/browser/sync/glue/password_change_processor.h b/chrome/browser/sync/glue/password_change_processor.h
index 54430bddc25a45c6fac9d5c4d2af37c4e138de75..ed4b54c7329cc9a8c4f4f4549bc58f84c453956c 100644
--- a/chrome/browser/sync/glue/password_change_processor.h
+++ b/chrome/browser/sync/glue/password_change_processor.h
@@ -17,7 +17,10 @@
#include "content/public/browser/notification_types.h"
class PasswordStore;
+
+namespace base {
class MessageLoop;
+}
namespace browser_sync {
@@ -77,7 +80,7 @@ class PasswordChangeProcessor : public ChangeProcessor,
content::NotificationRegistrar notification_registrar_;
- MessageLoop* expected_loop_;
+ base::MessageLoop* expected_loop_;
DISALLOW_COPY_AND_ASSIGN(PasswordChangeProcessor);
};
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_database.h ('k') | chrome/browser/sync/glue/password_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698