Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / prefs / tracked / dictionary_hash_store_contents.cc
index e05f42d..7b6f542 100644 (file)
@@ -21,7 +21,7 @@ class MutablePreferenceMacDictionary
   explicit MutablePreferenceMacDictionary(base::DictionaryValue* storage);
 
   // MutableDictionary implementation
-  virtual base::DictionaryValue* operator->() OVERRIDE;
+  base::DictionaryValue* operator->() override;
 
  private:
   base::DictionaryValue* storage_;