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

Unified Diff: ui/base/gtk/g_object_destructor_filo.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
« no previous file with comments | « no previous file | ui/base/gtk/g_object_destructor_filo.cc » ('j') | ui/base/gtk/gdk_x_compat.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gtk/g_object_destructor_filo.h
diff --git a/ui/base/gtk/g_object_destructor_filo.h b/ui/base/gtk/g_object_destructor_filo.h
index a01f7e318b5e59692b66760c8e38b55a2f44236c..4c32105f8259fbe26c9297b1485d108e61cc2ce7 100644
--- a/ui/base/gtk/g_object_destructor_filo.h
+++ b/ui/base/gtk/g_object_destructor_filo.h
@@ -6,12 +6,14 @@
#define UI_BASE_GTK_G_OBJECT_DESTRUCTOR_FILO_H_
#include <glib.h>
-#include <map>
#include <list>
+#include <map>
-#include "base/memory/singleton.h"
+#include "base/basictypes.h"
#include "ui/base/ui_export.h"
+template <typename T> struct DefaultSingletonTraits;
+
typedef struct _GObject GObject;
namespace ui {
« no previous file with comments | « no previous file | ui/base/gtk/g_object_destructor_filo.cc » ('j') | ui/base/gtk/gdk_x_compat.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698