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

Unified Diff: ui/views/widget/x11_desktop_handler.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/views/widget/x11_desktop_handler.h
diff --git a/ui/views/widget/x11_desktop_handler.h b/ui/views/widget/x11_desktop_handler.h
index 144288e2cd5e08961a15658b52f3a8acc05b26ba..5c93c076d64a03ccec33bd9eb4e0530ea2467646 100644
--- a/ui/views/widget/x11_desktop_handler.h
+++ b/ui/views/widget/x11_desktop_handler.h
@@ -14,6 +14,8 @@
#include "ui/aura/x11_atom_cache.h"
#include "ui/views/views_export.h"
+template <typename T> struct DefaultSingletonTraits;
+
namespace aura {
class FocusManager;
class DesktopActivationClient;

Powered by Google App Engine
This is Rietveld 408576698