Index: chrome/browser/google_apis/drive_service_interface.h |
diff --git a/chrome/browser/google_apis/drive_service_interface.h b/chrome/browser/google_apis/drive_service_interface.h |
index c0c6ae978b35ef9e783c8c629f6c13e5f29e3aa9..94d4996c56926dd4bbc6daa3018fec02cbcda3ca 100644 |
--- a/chrome/browser/google_apis/drive_service_interface.h |
+++ b/chrome/browser/google_apis/drive_service_interface.h |
@@ -178,12 +178,11 @@ class DriveServiceInterface { |
const EntryActionCallback& callback) = 0; |
// Removes a resource (document, file, collection) identified by its |
- // 'self' link |resource_url| from a collection with a content link |
+ // |resource_id| from a collection with a content link |
// |parent_content_url|. Upon completion, invokes |callback| with |
// results on the calling thread. |
virtual void RemoveResourceFromDirectory( |
const GURL& parent_content_url, |
- const GURL& resource_url, |
const std::string& resource_id, |
const EntryActionCallback& callback) = 0; |