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

Unified Diff: chrome/browser/ui/webui/signin/sync_confirmation_handler_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/ui/webui/signin/sync_confirmation_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc b/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
index 7fa5a0552e296558028143f74be6ce73f537c89f..9587dbd96b8b18f4e576f78fafb69af2957841f9 100644
--- a/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
+++ b/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
@@ -107,7 +107,7 @@ class SyncConfirmationHandlerTest : public BrowserWithTestWindowTest {
SigninManagerFactory::GetForProfile(profile()));
}
- ProfileSyncService* sync() {
+ browser_sync::ProfileSyncService* sync() {
return ProfileSyncServiceFactory::GetForProfile(profile());
}

Powered by Google App Engine
This is Rietveld 408576698