Chromium Code Reviews| Index: ui/base/x/valuators.h |
| diff --git a/ui/base/x/valuators.h b/ui/base/x/valuators.h |
| index 5cef206e800715ac46ce4fcfb100c6395c1e6cbe..f8870259f2dd42e91af8d67cfe7ad992bd4063d0 100644 |
| --- a/ui/base/x/valuators.h |
| +++ b/ui/base/x/valuators.h |
| @@ -5,9 +5,9 @@ |
| #ifndef UI_BASE_X_VALUATORS_H_ |
| #define UI_BASE_X_VALUATORS_H_ |
| -#include <map> |
| +#include "base/basictypes.h" |
| -#include "base/memory/singleton.h" |
| +template <typename T> struct DefaultSingletonTraits; |
| typedef union _XEvent XEvent; |