| 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..85e4a589d17d42086c0d5072105ded509591b715 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.h
|
| +++ b/ui/events/devices/x11/touch_factory_x11.h
|
| @@ -14,7 +14,10 @@
|
| #include "ui/events/devices/events_devices_export.h"
|
| #include "ui/gfx/sequential_id_generator.h"
|
|
|
| +namespace base {
|
| +
|
| template <typename T> struct DefaultSingletonTraits;
|
| +}
|
|
|
| typedef unsigned long Cursor;
|
| typedef unsigned long Window;
|
| @@ -96,7 +99,7 @@ class EVENTS_DEVICES_EXPORT TouchFactory {
|
|
|
| private:
|
| // Requirement for Singleton
|
| - friend struct DefaultSingletonTraits<TouchFactory>;
|
| + friend struct base::DefaultSingletonTraits<TouchFactory>;
|
|
|
| void CacheTouchscreenIds(int id);
|
|
|
|
|