| Index: content/public/browser/render_process_host.h
 | 
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
 | 
| index 7f747e830478a3e5dd0a8359eba49cb3c09ca494..902ff18f6c656f6e6689721cb39d587532325b05 100644
 | 
| --- a/content/public/browser/render_process_host.h
 | 
| +++ b/content/public/browser/render_process_host.h
 | 
| @@ -241,7 +241,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
 | 
|  
 | 
|    // Notifies the renderer that the timezone configuration of the system might
 | 
|    // have changed.
 | 
| -  virtual void NotifyTimezoneChange() = 0;
 | 
| +  virtual void NotifyTimezoneChange(const std::string& zone_id) = 0;
 | 
|  
 | 
|    // Returns the ServiceRegistry for this process.
 | 
|    virtual ServiceRegistry* GetServiceRegistry() = 0;
 | 
| 
 |