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

Unified Diff: chrome/browser/ui/webui/inspect_ui.h

Issue 2442953002: Remove stl_util's deletion function use from chrome/. (Closed)
Patch Set: fix 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
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_icon_source.cc ('k') | chrome/browser/ui/webui/inspect_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/inspect_ui.h
diff --git a/chrome/browser/ui/webui/inspect_ui.h b/chrome/browser/ui/webui/inspect_ui.h
index 502f180c8dd2c6c2c1c77cebaf4707ab0c67cb6f..181d8d7a954567c0c77b4d6f3e101cd098e400e6 100644
--- a/chrome/browser/ui/webui/inspect_ui.h
+++ b/chrome/browser/ui/webui/inspect_ui.h
@@ -96,8 +96,8 @@ class InspectUI : public content::WebUIController,
// A scoped container for preference change registries.
PrefChangeRegistrar pref_change_registrar_;
- typedef std::map<std::string, DevToolsTargetsUIHandler*> TargetHandlerMap;
- TargetHandlerMap target_handlers_;
+ std::map<std::string, std::unique_ptr<DevToolsTargetsUIHandler>>
+ target_handlers_;
std::unique_ptr<PortForwardingStatusSerializer> port_status_serializer_;
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_icon_source.cc ('k') | chrome/browser/ui/webui/inspect_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698