| 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,
|
|
|