| Index: components/webdata/common/web_database_migration_unittest.cc
|
| diff --git a/components/webdata/common/web_database_migration_unittest.cc b/components/webdata/common/web_database_migration_unittest.cc
|
| index 770e1537dcdd487d62b0418b253b9b8d471b9825..57ef02dc17504c271664ee646c92332d7eccca56 100644
|
| --- a/components/webdata/common/web_database_migration_unittest.cc
|
| +++ b/components/webdata/common/web_database_migration_unittest.cc
|
| @@ -220,7 +220,7 @@ class WebDatabaseMigrationTest : public testing::Test {
|
| source_path = source_path.AppendASCII("web_database");
|
| source_path = source_path.Append(file);
|
| return base::PathExists(source_path) &&
|
| - file_util::ReadFileToString(source_path, contents);
|
| + base::ReadFileToString(source_path, contents);
|
| }
|
|
|
| static int VersionFromConnection(sql::Connection* connection) {
|
|
|