Index: content/browser/renderer_host/input/touch_event_queue.h |
diff --git a/content/browser/renderer_host/input/touch_event_queue.h b/content/browser/renderer_host/input/touch_event_queue.h |
index 07dee38a48b767474032686cc7240b2a41598ff3..14c4d386205f1d7284961179eaacef0cadc75f7a 100644 |
--- a/content/browser/renderer_host/input/touch_event_queue.h |
+++ b/content/browser/renderer_host/input/touch_event_queue.h |
@@ -36,7 +36,6 @@ class CONTENT_EXPORT TouchEventQueueClient { |
// A queue for throttling and coalescing touch-events. |
class CONTENT_EXPORT TouchEventQueue { |
public: |
- |
// The |client| must outlive the TouchEventQueue. |
explicit TouchEventQueue(TouchEventQueueClient* client); |
~TouchEventQueue(); |