| Index: chrome/browser/sync/test/integration/dictionary_load_observer.h
|
| diff --git a/chrome/browser/sync/test/integration/dictionary_load_observer.h b/chrome/browser/sync/test/integration/dictionary_load_observer.h
|
| index 5798c08eed2e0177307578ea4184f6b2b5afc8e5..9110c7e9296afb4bce62f93645653e11c4b99b30 100644
|
| --- a/chrome/browser/sync/test/integration/dictionary_load_observer.h
|
| +++ b/chrome/browser/sync/test/integration/dictionary_load_observer.h
|
| @@ -17,8 +17,8 @@ class DictionaryLoadObserver : public SpellcheckCustomDictionary::Observer {
|
| virtual ~DictionaryLoadObserver();
|
|
|
| // SpellcheckCustomDictionary::Observer implementation.
|
| - virtual void OnCustomDictionaryLoaded() override;
|
| - virtual void OnCustomDictionaryChanged(
|
| + void OnCustomDictionaryLoaded() override;
|
| + void OnCustomDictionaryChanged(
|
| const SpellcheckCustomDictionary::Change& dictionary_change) override;
|
|
|
| private:
|
|
|