Index: content/test/test_render_view_host_factory.h |
diff --git a/content/test/test_render_view_host_factory.h b/content/test/test_render_view_host_factory.h |
index 64137818a6b2308078bddb735e1fd5b9b2c599f8..26bcfbb95977ac005f20cc3b740937843848beed 100644 |
--- a/content/test/test_render_view_host_factory.h |
+++ b/content/test/test_render_view_host_factory.h |
@@ -23,11 +23,11 @@ class SessionStorageNamespace; |
class TestRenderViewHostFactory : public RenderViewHostFactory { |
public: |
explicit TestRenderViewHostFactory(RenderProcessHostFactory* rph_factory); |
- virtual ~TestRenderViewHostFactory(); |
+ ~TestRenderViewHostFactory() override; |
virtual void set_render_process_host_factory( |
RenderProcessHostFactory* rph_factory); |
- virtual RenderViewHost* CreateRenderViewHost( |
+ RenderViewHost* CreateRenderViewHost( |
SiteInstance* instance, |
RenderViewHostDelegate* delegate, |
RenderWidgetHostDelegate* widget_delegate, |