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

Unified Diff: chrome/browser/sync/sync_startup_tracker_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
« no previous file with comments | « chrome/browser/sync/sync_startup_tracker.cc ('k') | chrome/browser/sync/sync_ui_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_startup_tracker_unittest.cc
diff --git a/chrome/browser/sync/sync_startup_tracker_unittest.cc b/chrome/browser/sync/sync_startup_tracker_unittest.cc
index 195c6a67261a5396325365bceba08cd7d1088b78..9913562de371552170780a7bf13b6ff5e97009ec 100644
--- a/chrome/browser/sync/sync_startup_tracker_unittest.cc
+++ b/chrome/browser/sync/sync_startup_tracker_unittest.cc
@@ -34,7 +34,7 @@ class SyncStartupTrackerTest : public testing::Test {
}
void SetUp() override {
profile_.reset(new TestingProfile());
- mock_pss_ = static_cast<ProfileSyncServiceMock*>(
+ mock_pss_ = static_cast<browser_sync::ProfileSyncServiceMock*>(
ProfileSyncServiceFactory::GetInstance()->SetTestingFactoryAndUse(
profile_.get(), BuildMockProfileSyncService));
@@ -64,7 +64,7 @@ class SyncStartupTrackerTest : public testing::Test {
content::TestBrowserThreadBundle thread_bundle_;
GoogleServiceAuthError no_error_;
std::unique_ptr<TestingProfile> profile_;
- ProfileSyncServiceMock* mock_pss_;
+ browser_sync::ProfileSyncServiceMock* mock_pss_;
MockObserver observer_;
};
« no previous file with comments | « chrome/browser/sync/sync_startup_tracker.cc ('k') | chrome/browser/sync/sync_ui_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698