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

Unified Diff: views/layout/layout_manager.h

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/box_layout.cc ('k') | views/layout/layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layout/layout_manager.h
diff --git a/views/layout/layout_manager.h b/views/layout/layout_manager.h
index 328238ab9281cf289a3b3c45673a448b90efadb9..3fb99c1db050df333946ee4169f870d9782b8a68 100644
--- a/views/layout/layout_manager.h
+++ b/views/layout/layout_manager.h
@@ -6,14 +6,14 @@
#define VIEWS_LAYOUT_MANAGER_H_
#pragma once
-#include "views/view.h"
-
namespace gfx {
class Size;
}
namespace views {
+class View;
+
/////////////////////////////////////////////////////////////////////////////
//
// LayoutManager interface
« no previous file with comments | « views/layout/box_layout.cc ('k') | views/layout/layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698