diff options
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_service.h')
-rw-r--r-- | chrome/browser/google_apis/gdata_wapi_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h index 10c64fc..f30ecd1 100644 --- a/chrome/browser/google_apis/gdata_wapi_service.h +++ b/chrome/browser/google_apis/gdata_wapi_service.h @@ -71,7 +71,7 @@ class GDataWapiService : public DriveServiceInterface, const GetResourceEntryCallback& callback) OVERRIDE; virtual void GetAccountMetadata( const GetAccountMetadataCallback& callback) OVERRIDE; - virtual void GetApplicationInfo(const GetDataCallback& callback) OVERRIDE; + virtual void GetAppList(const GetAppListCallback& callback) OVERRIDE; virtual void DeleteResource(const GURL& edit_url, const EntryActionCallback& callback) OVERRIDE; virtual void DownloadHostedDocument( |