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

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

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.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());
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_documents_service.h ('k') | chrome/browser/chromeos/gdata/mock_gdata_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698