summaryrefslogtreecommitdiffstats
path: root/sql/test
diff options
context:
space:
mode:
Diffstat (limited to 'sql/test')
-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 8d13d01..8d56140 100644
--- a/sql/test/test_helpers.cc
+++ b/sql/test/test_helpers.cc
@@ -75,7 +75,7 @@ bool CorruptSizeInHeader(const base::FilePath& db_path) {
unsigned char header[kHeaderSize];
- file_util::ScopedFILE file(file_util::OpenFile(db_path, "rb+"));
+ file_util::ScopedFILE file(base::OpenFile(db_path, "rb+"));
if (!file.get())
return false;