X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fsync%2Ftest%2Fintegration%2Fdictionary_load_observer.h;h=9110c7e9296afb4bce62f93645653e11c4b99b30;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=b7f8841169455901530a439447d91d60cf89bba9;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/sync/test/integration/dictionary_load_observer.h b/src/chrome/browser/sync/test/integration/dictionary_load_observer.h index b7f8841..9110c7e 100644 --- a/src/chrome/browser/sync/test/integration/dictionary_load_observer.h +++ b/src/chrome/browser/sync/test/integration/dictionary_load_observer.h @@ -17,9 +17,9 @@ class DictionaryLoadObserver : public SpellcheckCustomDictionary::Observer { virtual ~DictionaryLoadObserver(); // SpellcheckCustomDictionary::Observer implementation. - virtual void OnCustomDictionaryLoaded() OVERRIDE; - virtual void OnCustomDictionaryChanged( - const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE; + void OnCustomDictionaryLoaded() override; + void OnCustomDictionaryChanged( + const SpellcheckCustomDictionary::Change& dictionary_change) override; private: base::Closure quit_task_;