Index: chrome/browser/chromeos/drive/file_system_interface.h |
diff --git a/chrome/browser/chromeos/drive/file_system_interface.h b/chrome/browser/chromeos/drive/file_system_interface.h |
index a5f03cc68dd0ecd665f9daec61eae9b37d034cce..14f4af0f8daa9be0f57de8f72f0a787eff15cb07 100644 |
--- a/chrome/browser/chromeos/drive/file_system_interface.h |
+++ b/chrome/browser/chromeos/drive/file_system_interface.h |
@@ -428,8 +428,8 @@ class FileSystemInterface { |
virtual void GetCacheEntry(const base::FilePath& drive_file_path, |
const GetCacheEntryCallback& callback) = 0; |
- // Reloads the resource metadata from the server. |
- virtual void Reload(const FileOperationCallback& callback) = 0; |
+ // Resets local data. |
+ virtual void Reset(const FileOperationCallback& callback) = 0; |
}; |
} // namespace drive |