Index: chrome/browser/chromeos/drive/dummy_file_system.h |
diff --git a/chrome/browser/chromeos/drive/dummy_file_system.h b/chrome/browser/chromeos/drive/dummy_file_system.h |
index c98ab7dc5024dfe68438485952dd2ba596c74e4e..38367b10bfab95963b87404a9d8988de461744b9 100644 |
--- a/chrome/browser/chromeos/drive/dummy_file_system.h |
+++ b/chrome/browser/chromeos/drive/dummy_file_system.h |
@@ -92,7 +92,7 @@ class DummyFileSystem : public FileSystemInterface { |
const FileOperationCallback& callback) OVERRIDE {} |
virtual void GetCacheEntry(const base::FilePath& drive_file_path, |
const GetCacheEntryCallback& callback) OVERRIDE {} |
- virtual void Reload(const FileOperationCallback& callback) OVERRIDE {} |
+ virtual void Reset(const FileOperationCallback& callback) OVERRIDE {} |
}; |
} // namespace drive |