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

Unified Diff: ui/events/ozone/evdev/input_device_factory_evdev.cc

Issue 2230183002: ui: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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: ui/events/ozone/evdev/input_device_factory_evdev.cc
diff --git a/ui/events/ozone/evdev/input_device_factory_evdev.cc b/ui/events/ozone/evdev/input_device_factory_evdev.cc
index fe958f4b71245a9e18c67286fb77b9e53eb592a1..5bf30b7029c81e9bb4bcefc8f9fbfcf06661d60e 100644
--- a/ui/events/ozone/evdev/input_device_factory_evdev.cc
+++ b/ui/events/ozone/evdev/input_device_factory_evdev.cc
@@ -189,7 +189,7 @@ InputDeviceFactoryEvdev::InputDeviceFactoryEvdev(
}
InputDeviceFactoryEvdev::~InputDeviceFactoryEvdev() {
- STLDeleteValues(&converters_);
+ base::STLDeleteValues(&converters_);
}
void InputDeviceFactoryEvdev::AddInputDevice(int id,
« no previous file with comments | « ui/events/gestures/gesture_recognizer_impl.cc ('k') | ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698