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

Unified Diff: chrome/browser/chromeos/preferences_unittest.cc

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/preferences_unittest.cc
diff --git a/chrome/browser/chromeos/preferences_unittest.cc b/chrome/browser/chromeos/preferences_unittest.cc
index b5e682bdfee563b53706867068a05de2bb7abb40..194b3036c8578b18c171b9066b0a46b1de4bfc94 100644
--- a/chrome/browser/chromeos/preferences_unittest.cc
+++ b/chrome/browser/chromeos/preferences_unittest.cc
@@ -25,7 +25,7 @@ class MyMockInputMethodManager : public input_method::MockInputMethodManager {
: MockInputMethodManager::State(manager), manager_(manager) {};
virtual void ChangeInputMethod(const std::string& input_method_id,
- bool show_message) OVERRIDE {
+ bool show_message) override {
manager_->last_input_method_id_ = input_method_id;
// Do the same thing as BrowserStateMonitor::UpdateUserPreferences.
const std::string current_input_method_on_pref =
« no previous file with comments | « chrome/browser/chromeos/preferences_browsertest.cc ('k') | chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698