Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index 57531122d46c8674a585fed1f44e93bef13677ca..9020df7c056efed8b9fcd506852dc36bfaef814f 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -13,10 +13,10 @@ |
#include "base/synchronization/lock.h" |
#include "base/threading/thread.h" |
#include "content/browser/browser_thread.h" |
-#include "content/browser/content_browser_client.h" |
#include "content/common/chrome_descriptors.h" |
#include "content/common/process_watcher.h" |
#include "content/common/result_codes.h" |
+#include "content/public/browser/content_browser_client.h" |
#include "content/public/common/content_switches.h" |
#if defined(OS_WIN) |