| Index: chrome/browser/font_family_cache.h
|
| diff --git a/chrome/browser/font_family_cache.h b/chrome/browser/font_family_cache.h
|
| index 5c1a7583787944aa0645f099dbd77237e49562df..e05f51531f9ae707cd9abaf60cb7e9839075733f 100644
|
| --- a/chrome/browser/font_family_cache.h
|
| +++ b/chrome/browser/font_family_cache.h
|
| @@ -74,7 +74,7 @@ class FontFamilyCache : public base::SupportsUserData::Data,
|
| // Called when the profile is being destructed.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Cache of font family preferences.
|
| FontFamilyMap font_family_map_;
|
|
|