Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: chrome/browser/translate/component_cld_data_harness.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/translate/cld_data_harness.h ('k') | chrome/browser/translate/standalone_cld_data_harness.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/translate/component_cld_data_harness.h
diff --git a/chrome/browser/translate/component_cld_data_harness.h b/chrome/browser/translate/component_cld_data_harness.h
index 0d8d9ec8af8489b70d0c70135419b82b31dec674..dbf249413bb64efb97faca123875a70ea24996e8 100644
--- a/chrome/browser/translate/component_cld_data_harness.h
+++ b/chrome/browser/translate/component_cld_data_harness.h
@@ -14,7 +14,7 @@ class ComponentCldDataHarness : public CldDataHarness {
public:
ComponentCldDataHarness();
virtual ~ComponentCldDataHarness();
- virtual void Init() OVERRIDE;
+ virtual void Init() override;
private:
void ClearComponentDataFileState();
« no previous file with comments | « chrome/browser/translate/cld_data_harness.h ('k') | chrome/browser/translate/standalone_cld_data_harness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698