| Index: chrome/browser/drive/fake_drive_service.h
|
| diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h
|
| index ce9643e618121f7e3c71ad66bb90084eb0fa0570..f677c7d185c400fbdaf8a70aaecb60d8c8e62229 100644
|
| --- a/chrome/browser/drive/fake_drive_service.h
|
| +++ b/chrome/browser/drive/fake_drive_service.h
|
| @@ -81,8 +81,6 @@ class FakeDriveService : 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 std::string GetRootResourceId() const OVERRIDE;
|
|
|