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

Unified Diff: ui/events/ozone/evdev/touch_noise/touch_noise_finder.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
« no previous file with comments | « ui/events/ozone/evdev/input_device_factory_evdev.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc
diff --git a/ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc b/ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc
index 553b1f62cfbb7c43216d79962ec9ce2fbbfc6feb..c2057abdcae6d6ff18f71b973ef83965002d67b0 100644
--- a/ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc
+++ b/ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc
@@ -21,7 +21,7 @@ TouchNoiseFinder::TouchNoiseFinder() : last_noise_time_(ui::EventTimeForNow()) {
}
TouchNoiseFinder::~TouchNoiseFinder() {
- STLDeleteElements(&filters_);
+ base::STLDeleteElements(&filters_);
}
void TouchNoiseFinder::HandleTouches(
« no previous file with comments | « ui/events/ozone/evdev/input_device_factory_evdev.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698