| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| index 201da1a1ca0ac4a391742c64167211f79487779e..7b6e37014badb3737e3bd028e4c9a3985e6c7093 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| @@ -57,7 +57,7 @@ class NTPResourceCache : public content::NotificationObserver,
|
| // content::NotificationObserver interface.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| static WindowType GetWindowType(
|
| Profile* profile, content::RenderProcessHost* render_host);
|
|
|