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

Unified Diff: chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/sync_file_system/drive_backend/remote_change_processor_on_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.h b/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.h
index 533d3d46b75f750ca2af5a61759e4a9632ce367b..97e27f7aa0b90fcdcb7af6677d77d086484ba094 100644
--- a/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.h
@@ -34,19 +34,19 @@ class RemoteChangeProcessorOnWorker : public RemoteChangeProcessor {
virtual void PrepareForProcessRemoteChange(
const storage::FileSystemURL& url,
- const PrepareChangeCallback& callback) OVERRIDE;
+ const PrepareChangeCallback& callback) override;
virtual void ApplyRemoteChange(const FileChange& change,
const base::FilePath& local_path,
const storage::FileSystemURL& url,
- const SyncStatusCallback& callback) OVERRIDE;
+ const SyncStatusCallback& callback) override;
virtual void FinalizeRemoteSync(
const storage::FileSystemURL& url,
bool clear_local_changes,
- const base::Closure& completion_callback) OVERRIDE;
+ const base::Closure& completion_callback) override;
virtual void RecordFakeLocalChange(
const storage::FileSystemURL& url,
const FileChange& change,
- const SyncStatusCallback& callback) OVERRIDE;
+ const SyncStatusCallback& callback) override;
void DetachFromSequence();

Powered by Google App Engine
This is Rietveld 408576698