| Index: components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
|
| diff --git a/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc b/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
|
| index 91dc0b167e8784454690448192745d684c75e56e..a844b7d7839e2d8be35df77d03cb6780b8525076 100644
|
| --- a/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
|
| +++ b/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
|
| @@ -123,7 +123,7 @@ void StartSyncingPref(syncable_prefs::PrefServiceSyncable* prefs,
|
| new syncer::SyncErrorFactoryMock));
|
| }
|
|
|
| -class SyncServiceMock : public sync_driver::FakeSyncService {
|
| +class SyncServiceMock : public syncer::FakeSyncService {
|
| public:
|
| bool IsFirstSetupComplete() const override { return true; }
|
|
|
|
|