Index: content/browser/devtools/devtools_frontend_host_impl.h |
diff --git a/content/browser/devtools/devtools_frontend_host_impl.h b/content/browser/devtools/devtools_frontend_host_impl.h |
index 4d6a3e2ebcaee4ae8773eeca1690bc73af4aa469..66e65b786bbf21a423db89e3fc0c0d1582db982d 100644 |
--- a/content/browser/devtools/devtools_frontend_host_impl.h |
+++ b/content/browser/devtools/devtools_frontend_host_impl.h |
@@ -19,7 +19,7 @@ class DevToolsFrontendHostImpl : public DevToolsFrontendHost, |
private: |
// WebContentsObserver overrides. |
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& message) override; |
void OnDispatchOnInspectorBackend(const std::string& message); |
void OnDispatchOnEmbedder(const std::string& message); |