Index: chrome/browser/chromeos/drive/fake_file_system.cc |
diff --git a/chrome/browser/chromeos/drive/fake_file_system.cc b/chrome/browser/chromeos/drive/fake_file_system.cc |
index 826c3d2377dcae1d57927b16e47468d6cf687ee5..708a3afc0efd0a2f034e621fe40fa189b9b20913 100644 |
--- a/chrome/browser/chromeos/drive/fake_file_system.cc |
+++ b/chrome/browser/chromeos/drive/fake_file_system.cc |
@@ -295,7 +295,7 @@ void FakeFileSystem::GetFileContentByPathAfterGetWapiResourceEntry( |
base::FilePath cache_path = |
cache_dir_.path().AppendASCII(entry->resource_id()); |
- if (file_util::PathExists(cache_path)) { |
+ if (base::PathExists(cache_path)) { |
// Cache file is found. |
initialized_callback.Run(FILE_ERROR_OK, entry.Pass(), cache_path, |
base::Closure()); |