summaryrefslogtreecommitdiffstats
path: root/components/leveldb_proto
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-10 15:24:53 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 22:30:10 +0000
commit819adcc808b640641983cbdcf0234f769aaf9ff1 (patch)
tree26e967940c31042891a734f7566461aeccf24055 /components/leveldb_proto
parente7da6040401dbb0572c3eddb2c31ae58a36a9d76 (diff)
downloadchromium_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.cc2
-rw-r--r--components/leveldb_proto/proto_database_impl_unittest.cc2
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"