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

Unified Diff: content/browser/android/content_startup_flags.cc

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: content/browser/android/content_startup_flags.cc
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
index fdfc1eb39884df5385a590e0bb3db33962fdd159..2c2f2bef3bf7cdf58c94198ad35f8957e3c43924 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"

Powered by Google App Engine
This is Rietveld 408576698