| 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 a2618b7ef9b9305bac5cbda6ee98092d76d51950..5f207e2048c95096190bd9a198a9c43a4c914b73 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -80,7 +80,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;
|
|
|