summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync_file_system/local/canned_syncable_file_system.cc')
-rw-r--r--chrome/browser/sync_file_system/local/canned_syncable_file_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
index c038156..3a2d71d8 100644
--- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
+++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
@@ -107,7 +107,7 @@ void OnCreateSnapshotFileAndVerifyData(
}
EXPECT_EQ(expected_data.size(), static_cast<size_t>(file_info.size));
std::string data;
- const bool read_status = file_util::ReadFileToString(platform_path, &data);
+ const bool read_status = base::ReadFileToString(platform_path, &data);
EXPECT_TRUE(read_status);
EXPECT_EQ(expected_data, data);
callback.Run(result);