| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index a8d3afb4879b25b878aaf02519db22a1be0f9ef8..17be986f796069acc402cca00ee5c9d0a711adb2 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -209,7 +209,7 @@ base::TimeDelta MockRenderProcessHost::GetChildProcessIdleTime() const {
|
| void MockRenderProcessHost::ResumeRequestsForView(int route_id) {
|
| }
|
|
|
| -void MockRenderProcessHost::NotifyTimezoneChange() {
|
| +void MockRenderProcessHost::NotifyTimezoneChange(const std::string& zone_id) {
|
| }
|
|
|
| ServiceRegistry* MockRenderProcessHost::GetServiceRegistry() {
|
|
|