diff options
Diffstat (limited to 'content/browser/child_process_launcher.cc')
-rw-r--r-- | content/browser/child_process_launcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc index 6a53d75..6955ec3 100644 --- a/content/browser/child_process_launcher.cc +++ b/content/browser/child_process_launcher.cc @@ -20,7 +20,7 @@ #if defined(OS_WIN) #include "base/file_path.h" -#include "chrome/common/sandbox_policy.h" +#include "content/common/sandbox_policy.h" #elif defined(OS_LINUX) #include "base/memory/singleton.h" #include "content/browser/zygote_host_linux.h" |