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 1230458b4e7bf3dc57bb87f39d1f89c273dd0417..28845a6992ddef9f9dd548665998f74c31a5d918 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -40,7 +40,6 @@ |
#include "base/tracked_objects.h" |
#include "content/browser/appcache/appcache_dispatcher_host.h" |
#include "content/browser/browser_child_process_host.h" |
-#include "content/browser/browser_context.h" |
#include "content/browser/browser_main.h" |
#include "content/browser/child_process_security_policy.h" |
#include "content/browser/device_orientation/message_filter.h" |
@@ -86,10 +85,12 @@ |
#include "content/common/child_process_messages.h" |
#include "content/common/gpu/gpu_messages.h" |
#include "content/public/browser/notification_service.h" |
-#include "content/public/browser/user_metrics.h" |
#include "content/common/resource_messages.h" |
#include "content/common/view_messages.h" |
+#include "content/public/browser/browser_context.h" |
#include "content/public/browser/content_browser_client.h" |
+#include "content/public/browser/notification_service.h" |
+#include "content/public/browser/user_metrics.h" |
#include "content/public/common/content_constants.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/process_type.h" |