| Index: chrome/browser/mac/keystone_glue.mm
|
| diff --git a/chrome/browser/mac/keystone_glue.mm b/chrome/browser/mac/keystone_glue.mm
|
| index ae989452a7507b7967c7e4f6dc6936e86bd10b0b..61261a45f5e18e962cc4c2bf4e7c6026923e3be8 100644
|
| --- a/chrome/browser/mac/keystone_glue.mm
|
| +++ b/chrome/browser/mac/keystone_glue.mm
|
| @@ -24,10 +24,11 @@
|
| #include "build/build_config.h"
|
| #import "chrome/browser/mac/keystone_registration.h"
|
| #include "chrome/browser/mac/obsolete_system.h"
|
| +#include "chrome/common/channel_info.h"
|
| #include "chrome/common/chrome_constants.h"
|
| -#include "chrome/common/chrome_version_info.h"
|
| #include "chrome/grit/chromium_strings.h"
|
| #include "chrome/grit/generated_resources.h"
|
| +#include "components/version_info/version_info.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
|
|
| @@ -331,7 +332,7 @@ NSString* const kVersionKey = @"KSVersion";
|
| brandFileType_ = kBrandFileTypeNone;
|
|
|
| // Only the stable channel has a brand code.
|
| - version_info::Channel channel = chrome::VersionInfo::GetChannel();
|
| + version_info::Channel channel = chrome::GetChannel();
|
|
|
| if (channel == version_info::Channel::DEV ||
|
| channel == version_info::Channel::BETA) {
|
|
|