Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / prefs / tracked / dictionary_hash_store_contents.h
index abba15d..fc29db5 100644 (file)
@@ -31,13 +31,13 @@ class DictionaryHashStoreContents : public HashStoreContents {
   static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
 
   // HashStoreContents implementation
-  virtual std::string hash_store_id() const OVERRIDE;
-  virtual void Reset() OVERRIDE;
-  virtual bool IsInitialized() const OVERRIDE;
-  virtual const base::DictionaryValue* GetContents() const OVERRIDE;
-  virtual scoped_ptr<MutableDictionary> GetMutableContents() OVERRIDE;
-  virtual std::string GetSuperMac() const OVERRIDE;
-  virtual void SetSuperMac(const std::string& super_mac) OVERRIDE;
+  std::string hash_store_id() const override;
+  void Reset() override;
+  bool IsInitialized() const override;
+  const base::DictionaryValue* GetContents() const override;
+  scoped_ptr<MutableDictionary> GetMutableContents() override;
+  std::string GetSuperMac() const override;
+  void SetSuperMac(const std::string& super_mac) override;
 
  private:
   base::DictionaryValue* storage_;