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

Unified Diff: ui/base/x/valuators.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/valuators.h
diff --git a/ui/base/x/valuators.h b/ui/base/x/valuators.h
index 5cef206e800715ac46ce4fcfb100c6395c1e6cbe..f8870259f2dd42e91af8d67cfe7ad992bd4063d0 100644
--- a/ui/base/x/valuators.h
+++ b/ui/base/x/valuators.h
@@ -5,9 +5,9 @@
#ifndef UI_BASE_X_VALUATORS_H_
#define UI_BASE_X_VALUATORS_H_
-#include <map>
+#include "base/basictypes.h"
-#include "base/memory/singleton.h"
+template <typename T> struct DefaultSingletonTraits;
typedef union _XEvent XEvent;

Powered by Google App Engine
This is Rietveld 408576698