Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1618)

Unified Diff: content/browser/renderer_host/input/input_router_impl.h

Issue 2435863004: Remove stl_util's deletion function use from content/. (Closed)
Patch Set: minus service worker Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/manifest/manifest_manager_host.cc ('k') | content/browser/renderer_host/input/input_router_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698