X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fwebui%2Fntp%2Fntp_resource_cache.h;h=749e0a945f471c2cb74b84fd72ba5795962b53b6;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=201da1a1ca0ac4a391742c64167211f79487779e;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h index 201da1a..749e0a9 100644 --- a/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h +++ b/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h @@ -36,7 +36,7 @@ class NTPResourceCache : public content::NotificationObserver, }; explicit NTPResourceCache(Profile* profile); - virtual ~NTPResourceCache(); + ~NTPResourceCache() override; base::RefCountedMemory* GetNewTabHTML(WindowType win_type); base::RefCountedMemory* GetNewTabCSS(WindowType win_type); @@ -55,9 +55,9 @@ class NTPResourceCache : public content::NotificationObserver, should_show_recently_closed_menu_ = should_show_recently_closed_menu; } // content::NotificationObserver interface. - 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; static WindowType GetWindowType( Profile* profile, content::RenderProcessHost* render_host);