summaryrefslogtreecommitdiffstats
path: root/components/translate
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2014-10-28 18:26:08 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-29 01:26:27 +0000
commit7e7fce4e519f1f507b06ee472d367716baee5899 (patch)
treec892b12dc6062ce12fd079cd517d81b0804e6f06 /components/translate
parente9c0d2eff1877f6ac6cbf9333a645432bf10438d (diff)
downloadchromium_src-7e7fce4e519f1f507b06ee472d367716baee5899.zip
chromium_src-7e7fce4e519f1f507b06ee472d367716baee5899.tar.gz
chromium_src-7e7fce4e519f1f507b06ee472d367716baee5899.tar.bz2
Add a few missing overrides found by a new clang warning.
Namely, -Winconsistent-missing-override. No behavior change. BUG=428099 TBR=blundell Review URL: https://codereview.chromium.org/652233006 Cr-Commit-Position: refs/heads/master@{#301761}
Diffstat (limited to 'components/translate')
-rw-r--r--components/translate/content/browser/browser_cld_data_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/translate/content/browser/browser_cld_data_provider.h b/components/translate/content/browser/browser_cld_data_provider.h
index f46807e..da99c06 100644
--- a/components/translate/content/browser/browser_cld_data_provider.h
+++ b/components/translate/content/browser/browser_cld_data_provider.h
@@ -38,7 +38,7 @@ class BrowserCldDataProvider : public IPC::Listener {
// OnCldDataRequest() and returns true. In all other cases, this method does
// nothing. This method is defined as virtual in order to force the
// implementation to define the specific IPC message(s) that it handles.
- virtual bool OnMessageReceived(const IPC::Message&) = 0;
+ virtual bool OnMessageReceived(const IPC::Message&) override = 0;
// Called when the browser process receives an appropriate message in
// OnMessageReceived, above. The implementation should attempt to locate