diff options
author | thestig <thestig@chromium.org> | 2014-08-26 03:44:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-26 10:48:22 +0000 |
commit | 18dfb7a5bd78c71cf22f26e95a67553361bcd804 (patch) | |
tree | dfb99d0008be9fd3a8ab2552a43b809348f2b062 /chrome/common/chrome_paths.cc | |
parent | d56f127a061c04a1820be448d61b9d985420d98e (diff) | |
download | chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.zip chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.tar.gz chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.tar.bz2 |
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
Review URL: https://codereview.chromium.org/486843004
Cr-Commit-Position: refs/heads/master@{#291880}
Diffstat (limited to 'chrome/common/chrome_paths.cc')
-rw-r--r-- | chrome/common/chrome_paths.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc index 63972ea..8a205a6 100644 --- a/chrome/common/chrome_paths.cc +++ b/chrome/common/chrome_paths.cc @@ -4,7 +4,7 @@ #include "chrome/common/chrome_paths.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/lazy_instance.h" #include "base/logging.h" #include "base/mac/bundle_locations.h" |