Index: content/browser/renderer_host/input/input_router_impl.h |
diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h |
index b2b2a06b3c5d42de6e6c2e71f4552ce20c367b7d..593db24316ff740241f927238aa50a47f11ae44f 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.h |
+++ b/content/browser/renderer_host/input/input_router_impl.h |
@@ -209,9 +209,9 @@ class CONTENT_EXPORT InputRouterImpl |
// or MoveRangeSelectionExtent_ACK. |
bool select_message_pending_; |
- // Queue of pending select messages to send after receving the next select |
+ // Queue of pending select messages to send after receiving the next select |
// message ack. |
- std::deque<IPC::Message*> pending_select_messages_; |
+ std::deque<std::unique_ptr<IPC::Message>> pending_select_messages_; |
// True while waiting for MoveCaret_ACK. |
bool move_caret_pending_; |