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

Unified Diff: extensions/renderer/dom_activity_logger.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/dispatcher.h ('k') | extensions/renderer/event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dom_activity_logger.h
diff --git a/extensions/renderer/dom_activity_logger.h b/extensions/renderer/dom_activity_logger.h
index 5d5f89d4f6324715c3bb465e5ed77690531310ce..ccf681afba2a707e27856fa9adceefd909bee276 100644
--- a/extensions/renderer/dom_activity_logger.h
+++ b/extensions/renderer/dom_activity_logger.h
@@ -46,7 +46,7 @@ class DOMActivityLogger: public blink::WebDOMActivityLogger {
// Marshals the arguments into an ExtensionHostMsg_DOMAction_Params and sends
// it over to the browser (via IPC) for appending it to the extension activity
// log.
- // These methods don't have the OVERRIDE keyword due to the complexities it
+ // These methods don't have the override keyword due to the complexities it
// introduces when changes blink apis.
virtual void logGetter(const blink::WebString& api_name,
const blink::WebURL& url,
« no previous file with comments | « extensions/renderer/dispatcher.h ('k') | extensions/renderer/event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698