| 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 7c4438e827e73bd5afe63018cff14f3ac3cffcae..747131c93af8349bd7fe2e6d28b811c455a88d5c 100644
|
| --- a/chrome/browser/drive/fake_drive_service.h
|
| +++ b/chrome/browser/drive/fake_drive_service.h
|
| @@ -125,7 +125,6 @@ class FakeDriveService : public DriveServiceInterface {
|
| virtual void AddObserver(DriveServiceObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(DriveServiceObserver* observer) OVERRIDE;
|
| virtual bool CanSendRequest() const OVERRIDE;
|
| - virtual ResourceIdCanonicalizer GetResourceIdCanonicalizer() const OVERRIDE;
|
| virtual std::string GetRootResourceId() const OVERRIDE;
|
| virtual bool HasAccessToken() const OVERRIDE;
|
| virtual void RequestAccessToken(
|
|
|