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

Unified Diff: chrome/browser/ui/sync/profile_signin_confirmation_helper.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/sync/profile_signin_confirmation_helper.cc
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
index 3278fe21231e00a52163dba63e483c1e9ef4cf98..4211a4ac11a5ababcb5dd514cfa9bc6da2ebe6f5 100644
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
@@ -96,8 +96,8 @@ void CheckShouldPromptForNewProfile(
history::HistoryService* service =
HistoryServiceFactory::GetForProfileWithoutCreating(profile);
// Fire asynchronous queries for profile data.
- sync_driver::SigninConfirmationHelper* helper =
- new sync_driver::SigninConfirmationHelper(service, return_result);
+ browser_sync::SigninConfirmationHelper* helper =
+ new browser_sync::SigninConfirmationHelper(service, return_result);
helper->CheckHasHistory(kHistoryEntriesBeforeNewProfilePrompt);
helper->CheckHasTypedURLs();
}
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698