Index: content/browser/renderer_host/websocket_dispatcher_host.h |
diff --git a/content/browser/renderer_host/websocket_dispatcher_host.h b/content/browser/renderer_host/websocket_dispatcher_host.h |
index debbf584c732138c1e31696b0f22e6f918a0dc3e..50390782eff2f1a42d73452865cd076d73d94a6b 100644 |
--- a/content/browser/renderer_host/websocket_dispatcher_host.h |
+++ b/content/browser/renderer_host/websocket_dispatcher_host.h |
@@ -165,7 +165,7 @@ class CONTENT_EXPORT WebSocketDispatcherHost : public BrowserMessageFilter { |
WebSocketHostFactory websocket_host_factory_; |
// Timer and counters for per-renderer WebSocket throttling. |
- base::RepeatingTimer<WebSocketDispatcherHost> throttling_period_timer_; |
+ base::RepeatingTimer throttling_period_timer_; |
// The current number of pending connections. |
int num_pending_connections_; |