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

Unified Diff: extensions/renderer/default_dispatcher_delegate.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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
« no previous file with comments | « extensions/renderer/content_watcher.cc ('k') | extensions/renderer/dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/default_dispatcher_delegate.h
diff --git a/extensions/renderer/default_dispatcher_delegate.h b/extensions/renderer/default_dispatcher_delegate.h
index 23b1eb88c63a28cd9ee149890c33f35a0c583fbb..b8b3c9da7ce5ab89d4aaa3c33668159ba5f1c7df 100644
--- a/extensions/renderer/default_dispatcher_delegate.h
+++ b/extensions/renderer/default_dispatcher_delegate.h
@@ -21,7 +21,7 @@ class DefaultDispatcherDelegate : public DispatcherDelegate {
const Extension* extension,
Feature::Context context_type,
const Extension* effective_extension,
- Feature::Context effective_context_type) OVERRIDE;
+ Feature::Context effective_context_type) override;
};
} // namespace extensions
« no previous file with comments | « extensions/renderer/content_watcher.cc ('k') | extensions/renderer/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698