Index: chrome/browser/shell_integration_mac.mm |
diff --git a/chrome/browser/shell_integration_mac.mm b/chrome/browser/shell_integration_mac.mm |
index 59c0702544b38146899bb3e81f186340ff2ed4d6..9507d3df6cbb20646e6d712f206da8128f371708 100644 |
--- a/chrome/browser/shell_integration_mac.mm |
+++ b/chrome/browser/shell_integration_mac.mm |
@@ -7,13 +7,13 @@ |
#include "base/mac/bundle_locations.h" |
#include "base/mac/foundation_util.h" |
#include "base/strings/sys_string_conversions.h" |
-#include "chrome/common/chrome_version_info.h" |
+#include "chrome/common/channel_info.h" |
+#include "components/version_info/version_info.h" |
#import "third_party/mozilla/NSWorkspace+Utils.h" |
ShellIntegration::DefaultWebClientSetPermission |
ShellIntegration::CanSetAsDefaultBrowser() { |
- if (chrome::VersionInfo::GetChannel() != |
- version_info::Channel::CANARY) { |
+ if (chrome::GetChannel() != version_info::Channel::CANARY) { |
return SET_DEFAULT_UNATTENDED; |
} |