Index: chrome/browser/sync/backend_migrator_unittest.cc |
=================================================================== |
--- chrome/browser/sync/backend_migrator_unittest.cc (revision 106380) |
+++ chrome/browser/sync/backend_migrator_unittest.cc (working copy) |
@@ -77,7 +77,7 @@ |
const syncable::ModelTypeSet& requested_types) { |
if (status == DataTypeManager::OK) { |
DataTypeManager::ConfigureResult result(status, requested_types); |
- NotificationService::current()->Notify( |
+ content::NotificationService::current()->Notify( |
chrome::NOTIFICATION_SYNC_CONFIGURE_DONE, |
content::Source<DataTypeManager>(&manager_), |
content::Details<const DataTypeManager::ConfigureResult>(&result)); |
@@ -87,7 +87,7 @@ |
status, |
requested_types, |
errors); |
- NotificationService::current()->Notify( |
+ content::NotificationService::current()->Notify( |
chrome::NOTIFICATION_SYNC_CONFIGURE_DONE, |
content::Source<DataTypeManager>(&manager_), |
content::Details<const DataTypeManager::ConfigureResult>(&result)); |