| Index: chrome/browser/shell_integration.cc
|
| diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
|
| index 46d749623963117100a5748083cf0edf5074c189..2b6fd6aafc4bb17671f07f9104a7cf55b1febac7 100644
|
| --- a/chrome/browser/shell_integration.cc
|
| +++ b/chrome/browser/shell_integration.cc
|
| @@ -112,7 +112,7 @@ void ShellIntegration::AppendProfileArgs(const base::FilePath& profile_path,
|
| #if !defined(OS_WIN)
|
|
|
| base::string16 ShellIntegration::GetAppShortcutsSubdirName() {
|
| - if (chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_CANARY)
|
| + if (chrome::VersionInfo::GetChannel() == version_info::Channel::CANARY)
|
| return l10n_util::GetStringUTF16(IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY);
|
| return l10n_util::GetStringUTF16(IDS_APP_SHORTCUTS_SUBDIR_NAME);
|
| }
|
|
|