diff options
Diffstat (limited to 'base/base_paths.cc')
-rw-r--r-- | base/base_paths.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths.cc b/base/base_paths.cc index 80105b6..05a55af 100644 --- a/base/base_paths.cc +++ b/base/base_paths.cc @@ -4,8 +4,8 @@ #include "base/base_paths.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/path_service.h" namespace base { |