Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / test / integration / dictionary_load_observer.h
index b7f8841..9110c7e 100644 (file)
@@ -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_;