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

Unified Diff: chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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
Index: chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc
diff --git a/chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc b/chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc
index 560039e26a561e13f787faaf47e814e1f270262c..e47737de24f6801d82a3103bd73e49c2aa99a25c 100644
--- a/chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc
+++ b/chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc
@@ -17,14 +17,14 @@ class ImeControllerTest : public testing::Test {
ImeControllerTest() : mock_input_method_manager_(NULL) {}
virtual ~ImeControllerTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
mock_input_method_manager_ =
new chromeos::input_method::MockInputMethodManager;
chromeos::input_method::InitializeForTesting(
mock_input_method_manager_);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
chromeos::input_method::Shutdown();
mock_input_method_manager_ = NULL;
}
« no previous file with comments | « chrome/browser/ui/ash/ime_controller_chromeos.h ('k') | chrome/browser/ui/ash/keyboard_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698