Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
index 66d3de4af0d41d5b77e0608d111281608b39001d..bcd797102173c461c6c4eb53ca0d89f7bb118d5e 100644 |
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
@@ -66,11 +66,11 @@ class MockGDataFileSystem : public GDataFileSystemInterface { |
MOCK_METHOD3(GetFileByPath, |
void(const FilePath& file_path, |
const GetFileCallback& get_file_callback, |
- const GetDownloadDataCallback& get_download_data_callback)); |
+ const GetContentCallback& get_content_callback)); |
MOCK_METHOD3(GetFileByResourceId, |
void(const std::string& resource_id, |
const GetFileCallback& get_file_callback, |
- const GetDownloadDataCallback& get_download_data_callback)); |
+ const GetContentCallback& get_content_callback)); |
MOCK_METHOD2(UpdateFileByResourceId, |
void(const std::string& resource_id, |
const FileOperationCallback& callback)); |