| Index: chrome/browser/shell_integration_mac.mm
|
| diff --git a/chrome/browser/shell_integration_mac.mm b/chrome/browser/shell_integration_mac.mm
|
| index 7e22f3a4916ded9be28915fe281bfd13d3cdbee8..59c0702544b38146899bb3e81f186340ff2ed4d6 100644
|
| --- a/chrome/browser/shell_integration_mac.mm
|
| +++ b/chrome/browser/shell_integration_mac.mm
|
| @@ -13,7 +13,7 @@
|
| ShellIntegration::DefaultWebClientSetPermission
|
| ShellIntegration::CanSetAsDefaultBrowser() {
|
| if (chrome::VersionInfo::GetChannel() !=
|
| - chrome::VersionInfo::CHANNEL_CANARY) {
|
| + version_info::Channel::CANARY) {
|
| return SET_DEFAULT_UNATTENDED;
|
| }
|
|
|
|
|