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, |