summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools/devtools_frontend_host_impl.h
diff options
context:
space:
mode:
authormohan.reddy <mohan.reddy@samsung.com>2014-10-06 22:49:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 05:49:38 +0000
commitd23d9adf5478bb45d70f37502c39462d439f609c (patch)
tree34fd39887a41b01471511cff085913fa53743dd4 /content/browser/devtools/devtools_frontend_host_impl.h
parent5efc538c3a383638f36e027741f3f0964699300d (diff)
downloadchromium_src-d23d9adf5478bb45d70f37502c39462d439f609c.zip
chromium_src-d23d9adf5478bb45d70f37502c39462d439f609c.tar.gz
chromium_src-d23d9adf5478bb45d70f37502c39462d439f609c.tar.bz2
Replacing the OVERRIDE with override and FINAL with final in content/browser/[devtools/ssl]
This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/634483005 Cr-Commit-Position: refs/heads/master@{#298387}
Diffstat (limited to 'content/browser/devtools/devtools_frontend_host_impl.h')
-rw-r--r--content/browser/devtools/devtools_frontend_host_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/devtools/devtools_frontend_host_impl.h b/content/browser/devtools/devtools_frontend_host_impl.h
index 4d6a3e2..66e65b7 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);