| Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| index e92c3f2d20fcfb3e56fab7d38d62e17ce40e588b..c619aae83b4df2735f7dfc6654b0f66ffb38316e 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| @@ -213,7 +213,7 @@ void NewTabUI::RegisterProfilePrefs(
|
| bool NewTabUI::ShouldShowApps() {
|
| // Ash shows apps in app list thus should not show apps page in NTP4.
|
| #if defined(USE_ASH)
|
| - return chrome::GetActiveDesktop() != chrome::HOST_DESKTOP_TYPE_ASH;
|
| + return chrome::GetActiveDesktop() != ui::HOST_DESKTOP_TYPE_ASH;
|
| #else
|
| return true;
|
| #endif
|
|
|