Index: chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc |
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc |
index 18485df33ad72ad8f48472be15d0ecf76550b728..6c0c6d54a6972679b9b4c9ac10bdf41cf2f10a28 100644 |
--- a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc |
+++ b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc |
@@ -182,7 +182,7 @@ void MockDocumentsService::DownloadFileStub( |
const FilePath& local_tmp_path, |
const GURL& content_url, |
const DownloadActionCallback& download_action_callback, |
- const GetDownloadDataCallback& get_download_data_callback) { |
+ const GetContentCallback& get_content_callback) { |
GDataErrorCode error = HTTP_SUCCESS; |
if (file_data_.get()) { |
int file_data_size = static_cast<int>(file_data_->size()); |