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

Unified Diff: ui/events/devices/x11/device_list_cache_x11.cc

Issue 2050943002: Roll base to 9e74307b276b2f9988005c0e97e85ee222586f79. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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/devices/x11/device_list_cache_x11.h ('k') | ui/events/devices/x11/touch_factory_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f69e93f601a584be25085ab0964b97dbe6763f89..cd827d5f3e98ce019aebe37bba69f3d5b8b89636 100644
--- a/ui/events/devices/x11/device_list_cache_x11.cc
+++ b/ui/events/devices/x11/device_list_cache_x11.cc
@@ -19,7 +19,7 @@ DeviceListCacheX11::~DeviceListCacheX11() {
}
DeviceListCacheX11* DeviceListCacheX11::GetInstance() {
- return Singleton<DeviceListCacheX11>::get();
+ return base::Singleton<DeviceListCacheX11>::get();
}
void DeviceListCacheX11::UpdateDeviceList(Display* display) {
« no previous file with comments | « ui/events/devices/x11/device_list_cache_x11.h ('k') | ui/events/devices/x11/touch_factory_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698