Index: chrome/browser/ui/views/app_list/app_list_controller_win.cc |
diff --git a/chrome/browser/ui/views/app_list/app_list_controller_win.cc b/chrome/browser/ui/views/app_list/app_list_controller_win.cc |
index b2c62310f35932408fecc5805b09709fbf718279..699e5e9ba99e419b65764f51da2f4a6110e0b17d 100644 |
--- a/chrome/browser/ui/views/app_list/app_list_controller_win.cc |
+++ b/chrome/browser/ui/views/app_list/app_list_controller_win.cc |
@@ -4,6 +4,7 @@ |
#include <sstream> |
+#include "apps/switches.h" |
#include "base/command_line.h" |
#include "base/file_util.h" |
#include "base/lazy_instance.h" |
@@ -710,7 +711,7 @@ void CheckAppListTaskbarShortcutOnFileThread( |
.AddExtension(installer::kLnkExt)); |
const bool should_show = |
CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kShowAppListShortcut); |
+ apps::switches::kShowAppListShortcut); |
// This will not reshow a shortcut if it has been unpinned manually by the |
// user, as that will not delete the shortcut file. |