Index: content/public/test/mock_render_process_host.h |
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h |
index 4bae5a119424eb03a062a4806e5265b35f47f504..2966ea7cc20182bbca75196d4904565321cb9794 100644 |
--- a/content/public/test/mock_render_process_host.h |
+++ b/content/public/test/mock_render_process_host.h |
@@ -83,6 +83,7 @@ class MockRenderProcessHost : public RenderProcessHost { |
override; |
virtual void NotifyTimezoneChange() override; |
virtual ServiceRegistry* GetServiceRegistry() override; |
+ virtual const base::TimeTicks& GetInitTime() const override; |
// IPC::Sender via RenderProcessHost. |
virtual bool Send(IPC::Message* msg) override; |