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

Unified Diff: ui/events/devices/x11/touch_factory_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
« no previous file with comments | « ui/events/devices/x11/device_list_cache_x11.cc ('k') | ui/events/devices/x11/touch_factory_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/x11/touch_factory_x11.h
diff --git a/ui/events/devices/x11/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h
index c2e95802deea66f3cf39312efff3e0a744e3c3f8..32876d55eeeccdd3fbe12294baf30af21bf74888 100644
--- a/ui/events/devices/x11/touch_factory_x11.h
+++ b/ui/events/devices/x11/touch_factory_x11.h
@@ -14,7 +14,9 @@
#include "ui/events/devices/events_devices_export.h"
#include "ui/gfx/sequential_id_generator.h"
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+} // namespace base
typedef unsigned long Cursor;
typedef unsigned long Window;
@@ -95,8 +97,8 @@ class EVENTS_DEVICES_EXPORT TouchFactory {
void SetPointerDeviceForTest(const std::vector<int>& devices);
private:
- // Requirement for Singleton
- friend struct DefaultSingletonTraits<TouchFactory>;
+ // Requirement for base::Singleton
+ friend struct base::DefaultSingletonTraits<TouchFactory>;
void CacheTouchscreenIds(int id);
« no previous file with comments | « ui/events/devices/x11/device_list_cache_x11.cc ('k') | ui/events/devices/x11/touch_factory_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698