summaryrefslogtreecommitdiffstats
path: root/sql/test/test_helpers.cc
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-05 01:29:44 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 08:35:40 +0000
commit22dfc40185c63bd1278792fe422bd82c63ff6213 (patch)
tree32c3ce9c1935c7c160ab9c55f2d61a74b250daf9 /sql/test/test_helpers.cc
parentfc6d9e5869b861a5cb82018a934c44b59f58687f (diff)
downloadchromium_src-22dfc40185c63bd1278792fe422bd82c63ff6213.zip
chromium_src-22dfc40185c63bd1278792fe422bd82c63ff6213.tar.gz
chromium_src-22dfc40185c63bd1278792fe422bd82c63ff6213.tar.bz2
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_apis, printing, sql, ui, and webkit.
TBR=jochen@chromium.org,rogerta@chromium.org,shess@chromium.org,ben@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/529273002 Cr-Commit-Position: refs/heads/master@{#293479}
Diffstat (limited to 'sql/test/test_helpers.cc')
-rw-r--r--sql/test/test_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/test/test_helpers.cc b/sql/test/test_helpers.cc
index 2952821..8b20256 100644
--- a/sql/test/test_helpers.cc
+++ b/sql/test/test_helpers.cc
@@ -6,7 +6,7 @@
#include <string>
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "sql/connection.h"
#include "sql/statement.h"