diff options
author | thestig <thestig@chromium.org> | 2014-09-10 15:24:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 22:30:10 +0000 |
commit | 819adcc808b640641983cbdcf0234f769aaf9ff1 (patch) | |
tree | 26e967940c31042891a734f7566461aeccf24055 /components/component_updater/default_component_installer.cc | |
parent | e7da6040401dbb0572c3eddb2c31ae58a36a9d76 (diff) | |
download | chromium_src-819adcc808b640641983cbdcf0234f769aaf9ff1.zip chromium_src-819adcc808b640641983cbdcf0234f769aaf9ff1.tar.gz chromium_src-819adcc808b640641983cbdcf0234f769aaf9ff1.tar.bz2 |
Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ and components/
Also fix the formatting of chrome_elf/OWNERS
Review URL: https://codereview.chromium.org/546733002
Cr-Commit-Position: refs/heads/master@{#294245}
Diffstat (limited to 'components/component_updater/default_component_installer.cc')
-rw-r--r-- | components/component_updater/default_component_installer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc index 406610c..e71edadc 100644 --- a/components/component_updater/default_component_installer.cc +++ b/components/component_updater/default_component_installer.cc @@ -3,9 +3,9 @@ // found in the LICENSE file. #include "base/bind.h" -#include "base/file_util.h" #include "base/files/file_enumerator.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/location.h" #include "base/message_loop/message_loop_proxy.h" #include "base/sequenced_task_runner.h" |