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

Unified Diff: chrome/browser/ui/browser_mac.cc

Issue 777143003: Clean up straggler classes to use embedded signin in page in the new profiles world. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml Created 6 years 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/browser_mac.cc
diff --git a/chrome/browser/ui/browser_mac.cc b/chrome/browser/ui/browser_mac.cc
index 6c66af657e6350a17a4d66a5bc61fc479ab65309..c7455fb081a5930525441937eb21b35ea66f98bc 100644
--- a/chrome/browser/ui/browser_mac.cc
+++ b/chrome/browser/ui/browser_mac.cc
@@ -51,7 +51,7 @@ void OpenOptionsWindow(Profile* profile) {
browser->window()->Show();
}
-void OpenSyncSetupWindow(Profile* profile, signin::Source source) {
+void OpenSyncSetupWindow(Profile* profile, signin_metrics::Source source) {
Browser* browser =
new Browser(Browser::CreateParams(profile,
chrome::HOST_DESKTOP_TYPE_NATIVE));

Powered by Google App Engine
This is Rietveld 408576698