diff options
author | thestig <thestig@chromium.org> | 2014-08-23 15:18:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-23 22:19:28 +0000 |
commit | d19a1692e6b582d8caf07e24c77e95b0e3355d0f (patch) | |
tree | ac22b595f085e2425fa4f38561e35ea101a0ec37 /chrome/installer/setup/archive_patch_helper.cc | |
parent | f080b5b78fd221901d34f179100bdf0e6827aa31 (diff) | |
download | chromium_src-d19a1692e6b582d8caf07e24c77e95b0e3355d0f.zip chromium_src-d19a1692e6b582d8caf07e24c77e95b0e3355d0f.tar.gz chromium_src-d19a1692e6b582d8caf07e24c77e95b0e3355d0f.tar.bz2 |
Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2.
Review URL: https://codereview.chromium.org/497083004
Cr-Commit-Position: refs/heads/master@{#291609}
Diffstat (limited to 'chrome/installer/setup/archive_patch_helper.cc')
-rw-r--r-- | chrome/installer/setup/archive_patch_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/setup/archive_patch_helper.cc b/chrome/installer/setup/archive_patch_helper.cc index 4ef6bc4..959be3a 100644 --- a/chrome/installer/setup/archive_patch_helper.cc +++ b/chrome/installer/setup/archive_patch_helper.cc @@ -4,7 +4,7 @@ #include "chrome/installer/setup/archive_patch_helper.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/logging.h" #include "chrome/installer/util/lzma_util.h" #include "courgette/courgette.h" |