Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index 64c7888620af616bf567dfb521d34b1bc6eda4e0..b645ec3b87f859aef962a1aa2d2c3ee3fe117a32 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -23,12 +23,12 @@ |
#include "base/synchronization/waitable_event.h" |
#include "build/build_config.h" |
#include "content/browser/browser_child_process_host_impl.h" |
-#include "content/browser/mojo/constants.h" |
#include "content/browser/mojo/mojo_child_connection.h" |
#include "content/browser/mojo/mojo_shell_context.h" |
#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/common/child_process_host_impl.h" |
#include "content/common/in_process_child_thread_params.h" |
+#include "content/common/mojo/constants.h" |
#include "content/common/utility_messages.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/content_browser_client.h" |