diff options
Diffstat (limited to 'base/native_library_posix.cc')
-rw-r--r-- | base/native_library_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/native_library_posix.cc b/base/native_library_posix.cc index 4b82ff4..9b694e1 100644 --- a/base/native_library_posix.cc +++ b/base/native_library_posix.cc @@ -6,7 +6,7 @@ #include <dlfcn.h> -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/threading/thread_restrictions.h" #include "base/utf_string_conversions.h" |