Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3092)

Unified Diff: chrome/browser/sync/sync_error_notifier_ash_unittest.cc

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/sync/sessions/sync_sessions_metrics_android.cc ('k') | chrome/browser/sync/sync_error_notifier_factory_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698