| Index: chrome/browser/history/history_unittest_base.cc
|
| diff --git a/chrome/browser/history/history_unittest_base.cc b/chrome/browser/history/history_unittest_base.cc
|
| index 576f5cc8e69c26018dc5ad458038893fc6e0f3b4..353a432089bdc36594425c30a075b8582cbea5d1 100644
|
| --- a/chrome/browser/history/history_unittest_base.cc
|
| +++ b/chrome/browser/history/history_unittest_base.cc
|
| @@ -19,7 +19,7 @@ HistoryUnitTestBase::~HistoryUnitTestBase() {
|
| void HistoryUnitTestBase::ExecuteSQLScript(const base::FilePath& sql_path,
|
| const base::FilePath& db_path) {
|
| std::string sql;
|
| - ASSERT_TRUE(file_util::ReadFileToString(sql_path, &sql));
|
| + ASSERT_TRUE(base::ReadFileToString(sql_path, &sql));
|
|
|
| // Replace the 'last_visit_time', 'visit_time', 'time_slot' values in this
|
| // SQL with the current time.
|
|
|