Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index a1b70caa6a670a022473f7eb9d61d4492328ca92..c54c063a9050cc2233671a7bb08560d2a829774a 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -10,6 +10,7 @@ |
#include <set> |
#include <utility> |
+#include "apps/switches.h" |
#include "base/command_line.h" |
#include "base/memory/singleton.h" |
#include "base/prefs/pref_service.h" |
@@ -1179,7 +1180,7 @@ const Experiment kExperiments[] = { |
IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME, |
IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION, |
kOsWin, |
- SINGLE_VALUE_TYPE(switches::kShowAppListShortcut) |
+ SINGLE_VALUE_TYPE(apps::switches::kShowAppListShortcut) |
}, |
{ |
"enable-experimental-form-filling", |