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

Unified Diff: ui/views/focus/view_storage.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/views/focus/view_storage.cc
diff --git a/ui/views/focus/view_storage.cc b/ui/views/focus/view_storage.cc
index ae17c73e1a6f0b98aa63ada5e6b492fe661e9c83..236cb08bf452a6182b80fbeeded0277a9e6cd3ab 100644
--- a/ui/views/focus/view_storage.cc
+++ b/ui/views/focus/view_storage.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include "base/logging.h"
+#include "base/memory/singleton.h"
#include "base/stl_util.h"
namespace views {

Powered by Google App Engine
This is Rietveld 408576698