| Index: ui/base/x/work_area_watcher_x.h
|
| diff --git a/ui/base/x/work_area_watcher_x.h b/ui/base/x/work_area_watcher_x.h
|
| index 99a7849ea85bf12a4a885a9bdad631cb9b20a8e5..f888ea044a7b7b2dbae942be39900c2eb097d050 100644
|
| --- a/ui/base/x/work_area_watcher_x.h
|
| +++ b/ui/base/x/work_area_watcher_x.h
|
| @@ -6,11 +6,12 @@
|
| #define UI_BASE_X_WORK_AREA_WATCHER_X_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| #include "ui/base/ui_export.h"
|
| #include "ui/base/x/x11_util.h"
|
|
|
| +template <typename T> struct DefaultSingletonTraits;
|
| +
|
| namespace ui {
|
|
|
| class WorkAreaWatcherObserver;
|
|
|