Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4512)

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_documents_service.h

Issue 10855034: Drive: Remove gdata_params.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review (#16) fix & rebase Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
index cd25acab0f673ffc3050c82c171f3b0c4f22a04e..bb2460d7cd195bd979cd52c3232ab2e0dde11c32 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
@@ -73,7 +73,7 @@ class MockDocumentsService : public DocumentsServiceInterface {
const FilePath& local_cache_path,
const GURL& content_url,
const DownloadActionCallback& donwload_action_callback,
- const GetDownloadDataCallback& get_download_data_callback));
+ const GetContentCallback& get_content_callback));
MOCK_METHOD2(InitiateUpload,
void(const InitiateUploadParams& upload_file_info,
const InitiateUploadCallback& callback));
@@ -171,7 +171,7 @@ class MockDocumentsService : public DocumentsServiceInterface {
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);
// Account meta data to be returned from GetAccountMetadata.
scoped_ptr<base::Value> account_metadata_;
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc ('k') | chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698