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

Unified Diff: chrome/browser/google_apis/mock_drive_service.h

Issue 11530004: google_apis: DriveServiceInterface::GetResourceEntry() returns ResourceEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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/google_apis/mock_drive_service.h
diff --git a/chrome/browser/google_apis/mock_drive_service.h b/chrome/browser/google_apis/mock_drive_service.h
index 8e5061410a18f3f91e0aa3e83b411b3459130c52..e4cf746eaf3043a457ab9a811b14ac853289b56d 100644
--- a/chrome/browser/google_apis/mock_drive_service.h
+++ b/chrome/browser/google_apis/mock_drive_service.h
@@ -42,7 +42,7 @@ class MockDriveService : public DriveServiceInterface {
const GetResourceListCallback& callback));
MOCK_METHOD2(GetResourceEntry,
void(const std::string& resource_id,
- const GetDataCallback& callback));
+ const GetResourceEntryCallback& callback));
MOCK_METHOD1(GetAccountMetadata,
void(const GetDataCallback& callback));
MOCK_METHOD1(GetApplicationInfo,
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_service.cc ('k') | chrome/browser/sync_file_system/drive_file_sync_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698