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 a8e68cf..1630fdd 100644 --- a/content/browser/child_process_launcher.cc +++ b/content/browser/child_process_launcher.cc @@ -21,7 +21,7 @@ #include "content/public/common/result_codes.h" #if defined(OS_WIN) -#include "base/file_path.h" +#include "base/files/file_path.h" #include "content/common/sandbox_policy.h" #include "content/public/common/sandbox_init.h" #elif defined(OS_MACOSX) |