summaryrefslogtreecommitdiffstats
path: root/content/browser/android
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 06:13:52 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 06:13:52 +0000
commit681ccff34ef98c5a12d261643179a9044f4397d1 (patch)
treeae0ff3d0b1e2cb84224f76db5300bc7723c1f34c /content/browser/android
parent8b9d37b0f4faaa93d88ba30acf0462b9849711bd (diff)
downloadchromium_src-681ccff34ef98c5a12d261643179a9044f4397d1.zip
chromium_src-681ccff34ef98c5a12d261643179a9044f4397d1.tar.gz
chromium_src-681ccff34ef98c5a12d261643179a9044f4397d1.tar.bz2
Part 1 of cc/ directory shuffles: base
This establishes cc/base/ as discussed in https://groups.google.com/a/chromium.org/d/msg/graphics-dev/wNRsl3BwU_Y/jFXeRQq7e30J. This patch will likely touch the most locations since it moves cc/switches.h BUG=190824 TBR=piman@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/12472028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/android')
-rw-r--r--content/browser/android/content_startup_flags.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
index fdfc1eb..2c2f2be 100644
--- a/content/browser/android/content_startup_flags.cc
+++ b/content/browser/android/content_startup_flags.cc
@@ -4,10 +4,10 @@
#include "content/browser/android/content_startup_flags.h"
-#include "base/string_number_conversions.h"
#include "base/command_line.h"
#include "base/logging.h"
-#include "cc/switches.h"
+#include "base/string_number_conversions.h"
+#include "cc/base/switches.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/common/content_constants.h"
#include "content/public/common/content_switches.h"