| Index: chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| index 3b0ba74ec59e49dcd28af5df094939c567180673..307298e9a40862de59bdeec4c3a00b3658906e33 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| @@ -104,7 +104,7 @@ class SyncErrorNotifierTest : public AshTestBase {
|
|
|
| profile_ = profile_manager_->CreateTestingProfile(kTestAccountId);
|
|
|
| - service_.reset(new ProfileSyncServiceMock(
|
| + service_.reset(new browser_sync::ProfileSyncServiceMock(
|
| CreateProfileSyncServiceParamsForTest(profile_)));
|
|
|
| FakeLoginUIService* login_ui_service = static_cast<FakeLoginUIService*>(
|
| @@ -168,7 +168,7 @@ class SyncErrorNotifierTest : public AshTestBase {
|
| std::unique_ptr<TestingProfileManager> profile_manager_;
|
| std::unique_ptr<SyncErrorController> error_controller_;
|
| std::unique_ptr<SyncErrorNotifier> error_notifier_;
|
| - std::unique_ptr<ProfileSyncServiceMock> service_;
|
| + std::unique_ptr<browser_sync::ProfileSyncServiceMock> service_;
|
| TestingProfile* profile_;
|
| FakeLoginUI login_ui_;
|
| NotificationUIManager* notification_ui_manager_;
|
|
|