diff options
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_service.h')
-rw-r--r-- | chrome/browser/google_apis/gdata_wapi_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h index f30ecd1..25611be 100644 --- a/chrome/browser/google_apis/gdata_wapi_service.h +++ b/chrome/browser/google_apis/gdata_wapi_service.h @@ -59,6 +59,7 @@ class GDataWapiService : public DriveServiceInterface, virtual OperationProgressStatusList GetProgressStatusList() const OVERRIDE; virtual bool HasAccessToken() const OVERRIDE; virtual bool HasRefreshToken() const OVERRIDE; + virtual std::string GetRootResourceId() const OVERRIDE; virtual void GetResourceList( const GURL& feed_url, int64 start_changestamp, |