Index: chrome/browser/drive/drive_api_service.h |
diff --git a/chrome/browser/drive/drive_api_service.h b/chrome/browser/drive/drive_api_service.h |
index 1e2d88ccf2a1140ea661656437d9ec57b0f09447..b2b4816d68f41bc929326ddfd6dc3a899c43b9d2 100644 |
--- a/chrome/browser/drive/drive_api_service.h |
+++ b/chrome/browser/drive/drive_api_service.h |
@@ -137,11 +137,6 @@ class DriveAPIService : public DriveServiceInterface, |
const std::string& resource_id, |
const std::string& new_title, |
const google_apis::EntryActionCallback& callback) OVERRIDE; |
- virtual google_apis::CancelCallback TouchResource( |
- const std::string& resource_id, |
- const base::Time& modified_date, |
- const base::Time& last_viewed_by_me_date, |
- const google_apis::GetResourceEntryCallback& callback) OVERRIDE; |
virtual google_apis::CancelCallback AddResourceToDirectory( |
const std::string& parent_resource_id, |
const std::string& resource_id, |