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, |