| 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 ed6b797545148b405ec3b693247ea89da328de62..35c95c6c9781a5df8d38ce1e1fbff0f0a9174885 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -83,7 +83,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| const WebRtcRtpPacketCallback& packet_callback) override;
|
| #endif
|
| void ResumeDeferredNavigation(const GlobalRequestID& request_id) override;
|
| - void NotifyTimezoneChange() override;
|
| + void NotifyTimezoneChange(const std::string& zone_id) override;
|
| ServiceRegistry* GetServiceRegistry() override;
|
| const base::TimeTicks& GetInitTimeForNavigationMetrics() const override;
|
| bool SubscribeUniformEnabled() const override;
|
|
|