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

Unified Diff: chrome/browser/google_apis/gdata_wapi_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/gdata_wapi_service.h
diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h
index 748dcf40c6080db075ad2ba6acb9efe0c7cb2a71..a22bc133d648c4ed5945386e3834120c2900c9b5 100644
--- a/chrome/browser/google_apis/gdata_wapi_service.h
+++ b/chrome/browser/google_apis/gdata_wapi_service.h
@@ -66,8 +66,9 @@ class GDataWapiService : public DriveServiceInterface,
bool shared_with_me,
const std::string& directory_resource_id,
const GetResourceListCallback& callback) OVERRIDE;
- virtual void GetResourceEntry(const std::string& resource_id,
- const GetDataCallback& callback) OVERRIDE;
+ virtual void GetResourceEntry(
+ const std::string& resource_id,
+ const GetResourceEntryCallback& callback) OVERRIDE;
virtual void GetAccountMetadata(const GetDataCallback& callback) OVERRIDE;
virtual void GetApplicationInfo(const GetDataCallback& callback) OVERRIDE;
virtual void DeleteResource(const GURL& edit_url,
« no previous file with comments | « chrome/browser/google_apis/drive_uploader_unittest.cc ('k') | chrome/browser/google_apis/gdata_wapi_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698