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

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

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
Index: ui/events/devices/x11/device_list_cache_x11.h
diff --git a/ui/events/devices/x11/device_list_cache_x11.h b/ui/events/devices/x11/device_list_cache_x11.h
index 068b6464cdb8a7573fae7a3110d649beb9a4c3eb..508bd40b227a4c7a08c47040139b6ceb8157a41d 100644
--- a/ui/events/devices/x11/device_list_cache_x11.h
+++ b/ui/events/devices/x11/device_list_cache_x11.h
@@ -15,7 +15,9 @@
#include "ui/events/devices/events_devices_export.h"
#include "ui/gfx/x/x11_types.h"
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+} // namespace base
typedef struct _XDisplay Display;
@@ -53,7 +55,7 @@ class EVENTS_DEVICES_EXPORT DeviceListCacheX11 {
const XIDeviceList& GetXI2DeviceList(Display* display);
private:
- friend struct DefaultSingletonTraits<DeviceListCacheX11>;
+ friend struct base::DefaultSingletonTraits<DeviceListCacheX11>;
DeviceListCacheX11();
~DeviceListCacheX11();
« no previous file with comments | « third_party/tcmalloc/chromium/src/type_profiler_map.cc ('k') | ui/events/devices/x11/device_list_cache_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698