Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 106380) |
+++ chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy) |
@@ -165,10 +165,10 @@ |
notification_service_->Init(); |
registrar_.Add(&observer_, |
chrome::NOTIFICATION_SYNC_CONFIGURE_DONE, |
- NotificationService::AllSources()); |
+ content::NotificationService::AllSources()); |
registrar_.Add(&observer_, |
chrome::NOTIFICATION_SYNC_CONFIGURE_BLOCKED, |
- NotificationService::AllSources()); |
+ content::NotificationService::AllSources()); |
} |
virtual void TearDown() { |