| Index: content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h
|
| diff --git a/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h b/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h
|
| index 31a0a0ebe2a2cc993cc5cdfbc9826cd0978a0778..84161f3392d01e5b4ea097f922a785a7b904e7b2 100644
|
| --- a/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h
|
| +++ b/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h
|
| @@ -26,9 +26,9 @@ class ContentBrowserPepperHostFactory : public ppapi::host::HostFactory {
|
| // Non-owning pointer to the filter must outlive this class.
|
| explicit ContentBrowserPepperHostFactory(BrowserPpapiHostImpl* host);
|
|
|
| - virtual ~ContentBrowserPepperHostFactory();
|
| + ~ContentBrowserPepperHostFactory() override;
|
|
|
| - virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost(
|
| + scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost(
|
| ppapi::host::PpapiHost* host,
|
| const ppapi::proxy::ResourceMessageCallParams& params,
|
| PP_Instance instance,
|
|
|