| 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 e40e1c6f1726fd94e7f846c8f249d26fe31ed8e1..bce10eb82b2a6dac6d3fb3d7d5c4e03fce11e58a 100644
 | 
| --- a/content/public/test/mock_render_process_host.cc
 | 
| +++ b/content/public/test/mock_render_process_host.cc
 | 
| @@ -244,7 +244,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() {
 | 
| 
 |