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); |
}; |