Index: chrome/browser/ui/ash/system_tray_delegate_common.cc |
diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.cc b/chrome/browser/ui/ash/system_tray_delegate_common.cc |
index fa6b9e630a36fe1a32def17c1d953d0a8c069f32..7918cbf8754fda572e080c20a03f290ecf694b4e 100644 |
--- a/chrome/browser/ui/ash/system_tray_delegate_common.cc |
+++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc |
@@ -81,14 +81,14 @@ base::HourClockType SystemTrayDelegateCommon::GetHourClockType() const { |
void SystemTrayDelegateCommon::ShowChromeSlow() { |
#if defined(OS_LINUX) |
chrome::ScopedTabbedBrowserDisplayer displayer( |
- ProfileManager::GetPrimaryUserProfile(), chrome::HOST_DESKTOP_TYPE_ASH); |
+ ProfileManager::GetPrimaryUserProfile(), ui::HOST_DESKTOP_TYPE_ASH); |
chrome::ShowSlow(displayer.browser()); |
#endif // defined(OS_LINUX) |
} |
void SystemTrayDelegateCommon::ShowHelp() { |
chrome::ShowHelpForProfile(ProfileManager::GetLastUsedProfile(), |
- chrome::HOST_DESKTOP_TYPE_ASH, |
+ ui::HOST_DESKTOP_TYPE_ASH, |
chrome::HELP_SOURCE_MENU); |
} |