| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 140213)
|
| +++ chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy)
|
| @@ -33,7 +33,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/profile_mock.h"
|
| #include "content/public/browser/notification_source.h"
|
| -#include "content/test/notification_observer_mock.h"
|
| +#include "content/public/test/mock_notification_observer.h"
|
| #include "content/test/test_browser_thread.h"
|
| #include "sync/internal_api/read_node.h"
|
| #include "sync/internal_api/read_transaction.h"
|
| @@ -288,7 +288,7 @@
|
| EXPECT_CALL(*password_store_, RemoveLoginImpl(_)).Times(0);
|
| }
|
|
|
| - content::NotificationObserverMock observer_;
|
| + content::MockNotificationObserver observer_;
|
| ProfileMock profile_;
|
| scoped_refptr<MockPasswordStore> password_store_;
|
| content::NotificationRegistrar registrar_;
|
|
|