Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index fb5ed467cb50629adaf8e2430defa8b31d98beeb..2f8a2721b8dd44bf84a6fb3b98062a620d0ed333 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -31,7 +31,7 @@ |
#elif defined(OS_POSIX) |
#include "base/memory/singleton.h" |
#include "content/browser/renderer_host/render_sandbox_host_linux.h" |
-#include "content/browser/zygote_host_impl_linux.h" |
+#include "content/browser/zygote_host/zygote_host_impl_linux.h" |
#endif |
#if defined(OS_POSIX) |