| Index: chrome/browser/drive/gdata_wapi_service.h
|
| diff --git a/chrome/browser/drive/gdata_wapi_service.h b/chrome/browser/drive/gdata_wapi_service.h
|
| index af83a43ff9cffa7cdde58f7ae354793b8362368f..ee91ecc2e22e7ac80bf0cda3ca72689a26ce6a1f 100644
|
| --- a/chrome/browser/drive/gdata_wapi_service.h
|
| +++ b/chrome/browser/drive/gdata_wapi_service.h
|
| @@ -53,8 +53,6 @@ class GDataWapiService : public DriveServiceInterface,
|
| virtual void AddObserver(DriveServiceObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(DriveServiceObserver* observer) OVERRIDE;
|
| virtual bool CanSendRequest() const OVERRIDE;
|
| - virtual void CancelAll() OVERRIDE;
|
| - virtual bool CancelForFilePath(const base::FilePath& file_path) OVERRIDE;
|
| virtual std::string CanonicalizeResourceId(
|
| const std::string& resource_id) const OVERRIDE;
|
| virtual bool HasAccessToken() const OVERRIDE;
|
|
|