Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / font_family_cache.h
index 5c1a758..d5ff699 100644 (file)
@@ -27,7 +27,7 @@ class FontFamilyCache : public base::SupportsUserData::Data,
                         public content::NotificationObserver {
  public:
   explicit FontFamilyCache(Profile* profile);
-  virtual ~FontFamilyCache();
+  ~FontFamilyCache() override;
 
   // Gets or creates the relevant FontFamilyCache, and then fills |map|.
   static void FillFontFamilyMap(Profile* profile,
@@ -72,9 +72,9 @@ class FontFamilyCache : public base::SupportsUserData::Data,
 
   // content::NotificationObserver override.
   // Called when the profile is being destructed.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // Cache of font family preferences.
   FontFamilyMap font_family_map_;