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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.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/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index d542a6e031197eb24c9f3efb54123819ddf4aecd..ec6224313b2e41d1ed9bfa14434f15abc15d4f3b 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -1027,7 +1027,8 @@ void ProfileChooserView::ButtonPressed(views::Button* sender,
chrome::OpenUpdateChromeDialog(browser_);
} else if (sender == sync_error_signin_again_button_) {
if (ProfileSyncServiceFactory::GetForProfile(browser_->profile()))
- ProfileSyncService::SyncEvent(ProfileSyncService::STOP_FROM_OPTIONS);
+ browser_sync::ProfileSyncService::SyncEvent(
+ browser_sync::ProfileSyncService::STOP_FROM_OPTIONS);
SigninManagerFactory::GetForProfile(browser_->profile())
->SignOut(signin_metrics::USER_CLICKED_SIGNOUT_SETTINGS,
signin_metrics::SignoutDelete::IGNORE_METRIC);
« no previous file with comments | « chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc ('k') | chrome/browser/ui/webui/browsing_history_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698