diff options
Diffstat (limited to 'content/common/child_process_host_impl.cc')
-rw-r--r-- | content/common/child_process_host_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc index 77d037c..606811d 100644 --- a/content/common/child_process_host_impl.cc +++ b/content/common/child_process_host_impl.cc @@ -8,7 +8,7 @@ #include "base/atomicops.h" #include "base/command_line.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/metrics/histogram.h" #include "base/path_service.h" |