| 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(
|
|
|