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

Unified Diff: content/browser/fileapi/mock_file_update_observer.h

Issue 623933003: Replacing the OVERRIDE with override and FINAL with final in content/browser/fileapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/browser/fileapi/mock_file_update_observer.h
diff --git a/content/browser/fileapi/mock_file_update_observer.h b/content/browser/fileapi/mock_file_update_observer.h
index 9f0ffef7cd908e545e890df9e7b790cff397aa45..b01c6c96b51d4eea599ca07a80e1579b60266506 100644
--- a/content/browser/fileapi/mock_file_update_observer.h
+++ b/content/browser/fileapi/mock_file_update_observer.h
@@ -25,9 +25,9 @@ class MockFileUpdateObserver : public FileUpdateObserver {
static UpdateObserverList CreateList(MockFileUpdateObserver* observer);
// FileUpdateObserver overrides.
- virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE;
- virtual void OnUpdate(const FileSystemURL& url, int64 delta) OVERRIDE;
- virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE;
+ virtual void OnStartUpdate(const FileSystemURL& url) override;
+ virtual void OnUpdate(const FileSystemURL& url, int64 delta) override;
+ virtual void OnEndUpdate(const FileSystemURL& url) override;
void Enable() { is_ready_ = true; }
« no previous file with comments | « content/browser/fileapi/mock_file_change_observer.h ('k') | content/browser/fileapi/mock_url_request_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698