Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: ui/base/x/root_window_property_watcher_x.h

Issue 10795024: ui: Forward declare DefaultSingletonTraits in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698