diff options
author | mohan.reddy <mohan.reddy@samsung.com> | 2014-10-09 22:25:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-10 05:25:47 +0000 |
commit | 0553ad50a433772e71adda9f7060774e4eafe65e (patch) | |
tree | 3f2c3aaf510eb29831c1baf6ad772e2da3c81799 /chrome/plugin | |
parent | da30ed354c83de42e6c07b4369446b47b5cfb2cb (diff) | |
download | chromium_src-0553ad50a433772e71adda9f7060774e4eafe65e.zip chromium_src-0553ad50a433772e71adda9f7060774e4eafe65e.tar.gz chromium_src-0553ad50a433772e71adda9f7060774e4eafe65e.tar.bz2 |
Replacing the OVERRIDE with override and in chrome
This step is a giant search and replace for OVERRIDE to
replace them with their lowercase versions.
BUG=417463
Review URL: https://codereview.chromium.org/644903002
Cr-Commit-Position: refs/heads/master@{#299062}
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/chrome_content_plugin_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/chrome_content_plugin_client.h b/chrome/plugin/chrome_content_plugin_client.h index 0d224f6..0d717ea 100644 --- a/chrome/plugin/chrome_content_plugin_client.h +++ b/chrome/plugin/chrome_content_plugin_client.h @@ -12,7 +12,7 @@ namespace chrome { class ChromeContentPluginClient : public content::ContentPluginClient { public: - virtual void PreSandboxInitialization() OVERRIDE; + virtual void PreSandboxInitialization() override; }; } // namespace chrome |