Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / prefs / pref_registry_simple.h
index 50b6467..41fe590 100644 (file)
@@ -36,7 +36,7 @@ class BASE_PREFS_EXPORT PrefRegistrySimple : public PrefRegistry {
                          int64 default_value);
 
  private:
-  virtual ~PrefRegistrySimple();
+  ~PrefRegistrySimple() override;
 
   DISALLOW_COPY_AND_ASSIGN(PrefRegistrySimple);
 };