summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/first_run_dialog.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/first_run_dialog.mm')
-rw-r--r--chrome/browser/ui/cocoa/first_run_dialog.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/first_run_dialog.mm b/chrome/browser/ui/cocoa/first_run_dialog.mm
index 24afd55..e33c6f8 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