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/leveldb_proto | |
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/leveldb_proto')
-rw-r--r-- | components/leveldb_proto/leveldb_database.cc | 2 | ||||
-rw-r--r-- | components/leveldb_proto/proto_database_impl_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/leveldb_proto/leveldb_database.cc b/components/leveldb_proto/leveldb_database.cc index 811ae1e..b8af59c 100644 --- a/components/leveldb_proto/leveldb_database.cc +++ b/components/leveldb_proto/leveldb_database.cc @@ -7,8 +7,8 @@ #include <string> #include <vector> -#include "base/file_util.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/memory/scoped_ptr.h" #include "base/threading/thread_checker.h" #include "third_party/leveldatabase/src/include/leveldb/db.h" diff --git a/components/leveldb_proto/proto_database_impl_unittest.cc b/components/leveldb_proto/proto_database_impl_unittest.cc index 073328b..5120452 100644 --- a/components/leveldb_proto/proto_database_impl_unittest.cc +++ b/components/leveldb_proto/proto_database_impl_unittest.cc @@ -7,7 +7,7 @@ #include <map> #include "base/bind.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/files/scoped_temp_dir.h" #include "base/run_loop.h" #include "base/threading/thread.h" |