| Index: ui/events/devices/x11/device_list_cache_x11.cc
|
| diff --git a/ui/events/devices/x11/device_list_cache_x11.cc b/ui/events/devices/x11/device_list_cache_x11.cc
|
| index ffab2ea9a98f1b02d149cc27658c97308bbaefa1..296afff0245b6cc45e91f881401ed8d005ffcbae 100644
|
| --- a/ui/events/devices/x11/device_list_cache_x11.cc
|
| +++ b/ui/events/devices/x11/device_list_cache_x11.cc
|
| @@ -31,7 +31,7 @@ DeviceListCacheX11::~DeviceListCacheX11() {
|
| }
|
|
|
| DeviceListCacheX11* DeviceListCacheX11::GetInstance() {
|
| - return Singleton<DeviceListCacheX11>::get();
|
| + return base::Singleton<DeviceListCacheX11>::get();
|
| }
|
|
|
| void DeviceListCacheX11::UpdateDeviceList(Display* display) {
|
|
|