| Index: ui/base/touch/touch_factory.h
|
| diff --git a/ui/base/touch/touch_factory.h b/ui/base/touch/touch_factory.h
|
| index 7cad9d1f87e8e7e74bb82f3a3ec5c689420a7b4b..1f19bede6051be2b633d5616b986a72b0c512ee3 100644
|
| --- a/ui/base/touch/touch_factory.h
|
| +++ b/ui/base/touch/touch_factory.h
|
| @@ -9,11 +9,12 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "base/memory/singleton.h"
|
| #include "base/hash_tables.h"
|
| #include "base/timer.h"
|
| #include "ui/base/ui_export.h"
|
|
|
| +template <typename T> struct DefaultSingletonTraits;
|
| +
|
| typedef unsigned long Cursor;
|
| typedef unsigned long Window;
|
| typedef struct _XDisplay Display;
|
|
|