summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/fake_file_system_unittest.cc')
-rw-r--r--chrome/browser/chromeos/drive/fake_file_system_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
index be15012..532d351 100644
--- a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
+++ b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
@@ -94,7 +94,7 @@ TEST_F(FakeFileSystemTest, GetFileContentByPath) {
// Make sure the cached file's content.
std::string cache_file_content;
ASSERT_TRUE(
- file_util::ReadFileToString(cache_file_path, &cache_file_content));
+ base::ReadFileToString(cache_file_path, &cache_file_content));
EXPECT_EQ(content, cache_file_content);
}