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

Unified Diff: chromeos/ime/mock_component_extension_ime_manager_delegate.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chromeos/ime/ime_keyboard_x11_unittest.cc ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/mock_component_extension_ime_manager_delegate.h
diff --git a/chromeos/ime/mock_component_extension_ime_manager_delegate.h b/chromeos/ime/mock_component_extension_ime_manager_delegate.h
index ee90acdc4a7bc24307cd18028f550793248d4ad6..25dbba40c18b72cc35ace44d3c78eed6322968d4 100644
--- a/chromeos/ime/mock_component_extension_ime_manager_delegate.h
+++ b/chromeos/ime/mock_component_extension_ime_manager_delegate.h
@@ -17,14 +17,14 @@ class CHROMEOS_EXPORT MockComponentExtIMEManagerDelegate
MockComponentExtIMEManagerDelegate();
virtual ~MockComponentExtIMEManagerDelegate();
- virtual std::vector<ComponentExtensionIME> ListIME() OVERRIDE;
+ virtual std::vector<ComponentExtensionIME> ListIME() override;
virtual void Load(Profile*,
const std::string& extension_id,
const std::string& manifest,
- const base::FilePath& path) OVERRIDE;
+ const base::FilePath& path) override;
virtual void Unload(Profile*,
const std::string& extension_id,
- const base::FilePath& path) OVERRIDE;
+ const base::FilePath& path) override;
int load_call_count() const { return load_call_count_; }
int unload_call_count() const { return unload_call_count_; }
« no previous file with comments | « chromeos/ime/ime_keyboard_x11_unittest.cc ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698