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

Unified Diff: chrome/browser/sync/sync_global_error_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_global_error_factory.cc ('k') | chrome/browser/sync/sync_startup_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error_unittest.cc
diff --git a/chrome/browser/sync/sync_global_error_unittest.cc b/chrome/browser/sync/sync_global_error_unittest.cc
index bdb0da4fc14c64822e1dc53ad7ea4821e10b1536..b296c7627fc2a3e274bae3efa89a7307461b2881 100644
--- a/chrome/browser/sync/sync_global_error_unittest.cc
+++ b/chrome/browser/sync/sync_global_error_unittest.cc
@@ -79,7 +79,7 @@ class SyncGlobalErrorTest : public BrowserWithTestWindowTest {
// Utility function to test that SyncGlobalError behaves correctly for the given
// error condition.
-void VerifySyncGlobalErrorResult(ProfileSyncServiceMock* service,
+void VerifySyncGlobalErrorResult(browser_sync::ProfileSyncServiceMock* service,
FakeLoginUIService* login_ui_service,
Browser* browser,
SyncErrorController* error,
@@ -125,7 +125,7 @@ void VerifySyncGlobalErrorResult(ProfileSyncServiceMock* service,
// Test that SyncGlobalError shows an error if a passphrase is required.
TEST_F(SyncGlobalErrorTest, PassphraseGlobalError) {
- ProfileSyncServiceMock service(
+ browser_sync::ProfileSyncServiceMock service(
CreateProfileSyncServiceParamsForTest(profile()));
FakeLoginUIService* login_ui_service = static_cast<FakeLoginUIService*>(
« no previous file with comments | « chrome/browser/sync/sync_global_error_factory.cc ('k') | chrome/browser/sync/sync_startup_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698