diff options
Diffstat (limited to 'base/android/path_utils.cc')
-rw-r--r-- | base/android/path_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/android/path_utils.cc b/base/android/path_utils.cc index 3d86177..5737227 100644 --- a/base/android/path_utils.cc +++ b/base/android/path_utils.cc @@ -7,7 +7,7 @@ #include "base/android/jni_android.h" #include "base/android/jni_string.h" #include "base/android/scoped_java_ref.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "jni/PathUtils_jni.h" |