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

Unified Diff: chrome/browser/chromeos/input_method/input_method_syncer.h

Issue 796693005: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/input_method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/input_method/input_method_syncer.h
diff --git a/chrome/browser/chromeos/input_method/input_method_syncer.h b/chrome/browser/chromeos/input_method/input_method_syncer.h
index 56fcf47921d66cd97f248696a0b585a310928eb7..20d04fed64fe3a4b3d2f81376c0d119f5548a0b1 100644
--- a/chrome/browser/chromeos/input_method/input_method_syncer.h
+++ b/chrome/browser/chromeos/input_method/input_method_syncer.h
@@ -33,7 +33,7 @@ class InputMethodSyncer : public PrefServiceSyncableObserver {
InputMethodSyncer(
PrefServiceSyncable* prefs,
scoped_refptr<input_method::InputMethodManager::State> ime_state);
- virtual ~InputMethodSyncer();
+ ~InputMethodSyncer() override;
// Registers the syncable input method prefs.
static void RegisterProfilePrefs(

Powered by Google App Engine
This is Rietveld 408576698