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 fed5d5afee45824a4595679098fb3364d4375d73..da845f0af0a6b8f6765c20474a145a292f655455 100644 |
--- a/components/webdata/common/web_database_migration_unittest.cc |
+++ b/components/webdata/common/web_database_migration_unittest.cc |
@@ -217,7 +217,7 @@ class WebDatabaseMigrationTest : public testing::Test { |
source_path = source_path.AppendASCII("data"); |
source_path = source_path.AppendASCII("web_database"); |
source_path = source_path.Append(file); |
- return file_util::PathExists(source_path) && |
+ return base::PathExists(source_path) && |
file_util::ReadFileToString(source_path, contents); |
} |