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

Unified Diff: ui/base/touch/touch_factory.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/touch/touch_factory.h
diff --git a/ui/base/touch/touch_factory.h b/ui/base/touch/touch_factory.h
index 7cad9d1f87e8e7e74bb82f3a3ec5c689420a7b4b..1f19bede6051be2b633d5616b986a72b0c512ee3 100644
--- a/ui/base/touch/touch_factory.h
+++ b/ui/base/touch/touch_factory.h
@@ -9,11 +9,12 @@
#include <map>
#include <vector>
-#include "base/memory/singleton.h"
#include "base/hash_tables.h"
#include "base/timer.h"
#include "ui/base/ui_export.h"
+template <typename T> struct DefaultSingletonTraits;
+
typedef unsigned long Cursor;
typedef unsigned long Window;
typedef struct _XDisplay Display;

Powered by Google App Engine
This is Rietveld 408576698