summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 22:20:29 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-13 22:20:29 +0000
commitc08950d205ff5366e6e26059cd6568cb89b28c90 (patch)
tree51640a82f1d019b619df2bbe55b612ef2d66094e /chrome/browser/ui/browser.cc
parentaea9fa18d6b83fa89042d9b16d70a9d1ade82d75 (diff)
downloadchromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.zip
chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.gz
chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.bz2
Move content_switches to content\public\common.
BUG=98716 Review URL: http://codereview.chromium.org/8277018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser.cc')
-rw-r--r--chrome/browser/ui/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 9a6296b..e1b9c58f 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -148,10 +148,10 @@
#include "content/browser/tab_contents/tab_contents_view.h"
#include "content/browser/user_metrics.h"
#include "content/common/content_restriction.h"
-#include "content/common/content_switches.h"
#include "content/common/notification_details.h"
#include "content/common/notification_service.h"
#include "content/common/page_zoom.h"
+#include "content/public/common/content_switches.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "grit/locale_settings.h"