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

Unified Diff: ui/base/x/valuators.cc

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.cc
diff --git a/ui/base/x/valuators.cc b/ui/base/x/valuators.cc
index 6df343b51659be4c4caa35533aafd91cdb124b85..ed88edc6813648381258e6cd372d1da900068463 100644
--- a/ui/base/x/valuators.cc
+++ b/ui/base/x/valuators.cc
@@ -6,8 +6,9 @@
#include <X11/extensions/XInput2.h>
-#include "ui/base/x/x11_util.h"
+#include "base/memory/singleton.h"
#include "ui/base/touch/touch_factory.h"
+#include "ui/base/x/x11_util.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698