Index: content/browser/renderer_host/compositor_impl_android.h |
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h |
index fc572287634c634a097aa3087488f65fc176b288..4f06753ec300ace47a9de3c63b8f5c78e03f1d39 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -205,7 +205,7 @@ class CONTENT_EXPORT CompositorImpl |
base::TimeDelta vsync_period_; |
base::TimeTicks last_vsync_; |
- base::OneShotTimer<CompositorImpl> establish_gpu_channel_timeout_; |
+ base::OneShotTimer establish_gpu_channel_timeout_; |
// Whether there is an OutputSurface request pending from the current |
// |host_|. Becomes |true| if RequestNewOutputSurface is called, and |false| |