Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 62f6687915cf10c07eb5c76f226da0dd9f93026d..56747187c1c962f7701e7ec88eded0fdba956e4c 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -36,7 +36,7 @@ |
#include "base/threading/thread.h" |
#include "base/threading/thread_restrictions.h" |
#include "base/tracked_objects.h" |
-#include "cc/switches.h" |
+#include "cc/base/switches.h" |
#include "content/browser/appcache/appcache_dispatcher_host.h" |
#include "content/browser/appcache/chrome_appcache_service.h" |
#include "content/browser/browser_main.h" |
@@ -85,13 +85,13 @@ |
#include "content/browser/renderer_host/socket_stream_dispatcher_host.h" |
#include "content/browser/renderer_host/text_input_client_message_filter.h" |
#include "content/browser/resolve_proxy_msg_helper.h" |
-#include "content/browser/storage_partition_impl.h" |
#include "content/browser/speech/input_tag_speech_dispatcher_host.h" |
#include "content/browser/speech/speech_recognition_dispatcher_host.h" |
+#include "content/browser/storage_partition_impl.h" |
#include "content/browser/tracing/trace_message_filter.h" |
#include "content/browser/webui/web_ui_controller_factory_registry.h" |
-#include "content/browser/worker_host/worker_storage_partition.h" |
#include "content/browser/worker_host/worker_message_filter.h" |
+#include "content/browser/worker_host/worker_storage_partition.h" |
#include "content/common/child_process_host_impl.h" |
#include "content/common/child_process_messages.h" |
#include "content/common/gpu/gpu_messages.h" |