Index: chrome/browser/sync/backend_migrator_unittest.cc |
=================================================================== |
--- chrome/browser/sync/backend_migrator_unittest.cc (revision 91968) |
+++ chrome/browser/sync/backend_migrator_unittest.cc (working copy) |
@@ -7,6 +7,7 @@ |
#include "chrome/browser/sync/glue/data_type_manager_mock.h" |
#include "chrome/browser/sync/profile_sync_service_mock.h" |
#include "chrome/browser/sync/sessions/session_state.h" |
+#include "chrome/common/chrome_notification_types.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -63,7 +64,7 @@ |
DataTypeManager::ConfigureResultWithErrorLocation result_with_location( |
result, FROM_HERE, types); |
NotificationService::current()->Notify( |
- NotificationType::SYNC_CONFIGURE_DONE, |
+ chrome::NOTIFICATION_SYNC_CONFIGURE_DONE, |
Source<DataTypeManager>(&manager_), |
Details<DataTypeManager::ConfigureResultWithErrorLocation>( |
&result_with_location)); |