Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index b48678a00f6f1eddff2ca04e01e6fb5e78545740..032dc69d86e83203958116660024cbbcd0f7c920 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -454,7 +454,7 @@ class CONTENT_EXPORT RenderThreadImpl |
void OnNetworkTypeChanged(net::NetworkChangeNotifier::ConnectionType type); |
void OnGetAccessibilityTree(); |
void OnTempCrashWithData(const GURL& data); |
- void OnUpdateTimezone(); |
+ void OnUpdateTimezone(const std::string& zoneId); |
void OnMemoryPressure( |
base::MemoryPressureListener::MemoryPressureLevel memory_pressure_level); |
#if defined(OS_ANDROID) |