From c08950d205ff5366e6e26059cd6568cb89b28c90 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 13 Oct 2011 22:20:29 +0000 Subject: 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 --- chrome/browser/about_flags.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/about_flags.cc') diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 571e8f6..5adb0a5 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -20,7 +20,7 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/pref_names.h" #include "content/browser/user_metrics.h" -#include "content/common/content_switches.h" +#include "content/public/common/content_switches.h" #include "grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" #include "ui/gfx/gl/gl_switches.h" -- cgit v1.1