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 4e8418b30274ab183c3487d404985da66729e1d5..0944179ef8d8cb66269d528a42e5557f741db65e 100644 |
--- a/chrome/browser/drive/drive_api_service.h |
+++ b/chrome/browser/drive/drive_api_service.h |
@@ -120,6 +120,7 @@ class DriveAPIService : public DriveServiceInterface, |
const std::string& resource_id, |
const std::string& parent_resource_id, |
const std::string& new_title, |
+ const base::Time& last_modified, |
const google_apis::GetResourceEntryCallback& callback) OVERRIDE; |
virtual google_apis::CancelCallback CopyHostedDocument( |
const std::string& resource_id, |
@@ -129,6 +130,7 @@ class DriveAPIService : public DriveServiceInterface, |
const std::string& resource_id, |
const std::string& parent_resource_id, |
const std::string& new_title, |
+ const base::Time& last_modified, |
const google_apis::GetResourceEntryCallback& callback) OVERRIDE; |
virtual google_apis::CancelCallback RenameResource( |
const std::string& resource_id, |