| Index: chrome/browser/chromeos/drive/drive_api_service.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_api_service.h b/chrome/browser/chromeos/drive/drive_api_service.h
|
| index c5327a4090b1bd36f19c6206ff74c8e3f8128679..2ff6b4ec9e3926636ebfc3c060713270720f76a1 100644
|
| --- a/chrome/browser/chromeos/drive/drive_api_service.h
|
| +++ b/chrome/browser/chromeos/drive/drive_api_service.h
|
| @@ -95,7 +95,6 @@ class DriveAPIService : public google_apis::DriveServiceInterface,
|
| const google_apis::EntryActionCallback& callback) OVERRIDE;
|
| virtual void RemoveResourceFromDirectory(
|
| const GURL& parent_content_url,
|
| - const GURL& resource_url,
|
| const std::string& resource_id,
|
| const google_apis::EntryActionCallback& callback) OVERRIDE;
|
| virtual void AddNewDirectory(
|
|
|