Index: chrome/browser/password_manager/password_store_default_unittest.cc |
diff --git a/chrome/browser/password_manager/password_store_default_unittest.cc b/chrome/browser/password_manager/password_store_default_unittest.cc |
index 43bed39f881f84bc90ce993fce5793fd81e97640..eb8f0307101d495855e4b9e6950a90089b1dc9b7 100644 |
--- a/chrome/browser/password_manager/password_store_default_unittest.cc |
+++ b/chrome/browser/password_manager/password_store_default_unittest.cc |
@@ -14,9 +14,10 @@ |
#include "chrome/browser/password_manager/password_form_data.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/webdata/web_data_service.h" |
-#include "chrome/common/notification_service.h" |
+#include "chrome/common/notification_details.h" |
+#include "chrome/common/notification_observer_mock.h" |
+#include "chrome/common/notification_source.h" |
#include "chrome/common/pref_names.h" |
-#include "chrome/test/mock_notification_observer.h" |
#include "chrome/test/signaling_task.h" |
#include "chrome/test/testing_profile.h" |
#include "testing/gmock/include/gmock/gmock.h" |
@@ -69,7 +70,7 @@ class DBThreadObserverHelper : |
registrar_.RemoveAll(); |
} |
- MockNotificationObserver& observer() { |
+ NotificationObserverMock& observer() { |
return observer_; |
} |
@@ -86,7 +87,7 @@ class DBThreadObserverHelper : |
WaitableEvent done_event_; |
NotificationRegistrar registrar_; |
- MockNotificationObserver observer_; |
+ NotificationObserverMock observer_; |
}; |
} // anonymous namespace |