Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: chrome/browser/about_flags.cc

Issue 12391047: apps: Stop depending on chrome_switches.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/switches.cc ('k') | chrome/browser/extensions/api/webstore_private/webstore_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « apps/switches.cc ('k') | chrome/browser/extensions/api/webstore_private/webstore_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698