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..e33c6f824d358da8cb4b172c1dc31857d7787b83 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 |