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

Unified Diff: views/layout/layout_manager.cc

Issue 6332013: views: Forward declare "class View;" in layout_manager.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « views/layout/layout_manager.h ('k') | views/widget/widget_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layout/layout_manager.cc
diff --git a/views/layout/layout_manager.cc b/views/layout/layout_manager.cc
index adaad9f1c1b7fea2fb9db99a4d988411bf06b460..c62c6bb4e190e6dbc7eb5397b68e21970b9cebce 100644
--- a/views/layout/layout_manager.cc
+++ b/views/layout/layout_manager.cc
@@ -4,6 +4,8 @@
#include "views/layout/layout_manager.h"
+#include "views/view.h"
+
namespace views {
LayoutManager::~LayoutManager() {
« no previous file with comments | « views/layout/layout_manager.h ('k') | views/widget/widget_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698