Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Unified Diff: chrome/browser/drive/drive_uploader.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/drive/drive_uploader.h
diff --git a/chrome/browser/drive/drive_uploader.h b/chrome/browser/drive/drive_uploader.h
index c4583719992419a2dbdd48277ec166b56b0f591e..717fc7da55d1d2edaff19b6507f69151bf24b0a6 100644
--- a/chrome/browser/drive/drive_uploader.h
+++ b/chrome/browser/drive/drive_uploader.h
@@ -125,20 +125,20 @@ class DriveUploader : public DriveUploaderInterface {
const std::string& content_type,
const UploadNewFileOptions& options,
const UploadCompletionCallback& callback,
- const google_apis::ProgressCallback& progress_callback) OVERRIDE;
+ const google_apis::ProgressCallback& progress_callback) override;
virtual google_apis::CancelCallback UploadExistingFile(
const std::string& resource_id,
const base::FilePath& local_file_path,
const std::string& content_type,
const UploadExistingFileOptions& options,
const UploadCompletionCallback& callback,
- const google_apis::ProgressCallback& progress_callback) OVERRIDE;
+ const google_apis::ProgressCallback& progress_callback) override;
virtual google_apis::CancelCallback ResumeUploadFile(
const GURL& upload_location,
const base::FilePath& local_file_path,
const std::string& content_type,
const UploadCompletionCallback& callback,
- const google_apis::ProgressCallback& progress_callback) OVERRIDE;
+ const google_apis::ProgressCallback& progress_callback) override;
private:
struct UploadFileInfo;
« no previous file with comments | « chrome/browser/drive/drive_notification_manager_factory.h ('k') | chrome/browser/drive/drive_uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698