diff options
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index cb34d28..5b362ab 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -10,8 +10,8 @@ #include <shlobj.h> #endif -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/hash_tables.h" #include "base/lazy_instance.h" #include "base/logging.h" |