| Index: chrome/browser/chromeos/drive/drive_api_service.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_api_service.cc b/chrome/browser/chromeos/drive/drive_api_service.cc
|
| index 47069756a36c0ca05d64fbe7f6666f1a2d6d2b81..324cd885728b1919f6a74e2572cd3415937804f0 100644
|
| --- a/chrome/browser/chromeos/drive/drive_api_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_api_service.cc
|
| @@ -237,7 +237,6 @@ void DriveAPIService::AddResourceToDirectory(
|
|
|
| void DriveAPIService::RemoveResourceFromDirectory(
|
| const GURL& parent_content_url,
|
| - const GURL& resource_url,
|
| const std::string& resource_id,
|
| const google_apis::EntryActionCallback& callback) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|