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

Unified Diff: chrome/browser/ui/cocoa/first_run_dialog.mm

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix OWNERS (copy from //chrome/OWNERS) Created 5 years, 5 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/cocoa/first_run_dialog.mm
diff --git a/chrome/browser/ui/cocoa/first_run_dialog.mm b/chrome/browser/ui/cocoa/first_run_dialog.mm
index 24afd55ca5b300bbda58c5766861a69dc4afc8be..a2861482363ec4967e493ae0fa1d5220dd8750c0 100644
--- a/chrome/browser/ui/cocoa/first_run_dialog.mm
+++ b/chrome/browser/ui/cocoa/first_run_dialog.mm
@@ -127,7 +127,7 @@ bool ShowFirstRun(Profile* profile) {
// the case when the canary is running.
bool StatsCheckboxDefault() {
return chrome::VersionInfo::GetChannel() ==
- chrome::VersionInfo::CHANNEL_CANARY;
+ version_info::CHANNEL_CANARY;
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698