| Index: ui/base/x/root_window_property_watcher_x.h
|
| diff --git a/ui/base/x/root_window_property_watcher_x.h b/ui/base/x/root_window_property_watcher_x.h
|
| index f77c2bce2177fb43544e86422615ed3a2bc78125..db73934f569fefbd379b829945a6927d4e7f83ac 100644
|
| --- a/ui/base/x/root_window_property_watcher_x.h
|
| +++ b/ui/base/x/root_window_property_watcher_x.h
|
| @@ -8,10 +8,11 @@
|
| #include <gdk/gdk.h>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/memory/singleton.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| #include "ui/base/ui_export.h"
|
|
|
| +template <typename T> struct DefaultSingletonTraits;
|
| +
|
| namespace ui {
|
|
|
| namespace internal {
|
|
|