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 |