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

Unified Diff: views/grid_layout.cc

Issue 6257017: views: Move standard_layout.h into the layout directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win 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/controls/message_box_view.cc ('k') | views/layout/layout_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/grid_layout.cc
diff --git a/views/grid_layout.cc b/views/grid_layout.cc
index b01247f7de3de46317b0fb6a634335eefb4fbf2e..12f4d9a37cb9cb8d49c4071962f3b015d2d6dab5 100644
--- a/views/grid_layout.cc
+++ b/views/grid_layout.cc
@@ -9,7 +9,7 @@
#include "base/logging.h"
#include "base/stl_util-inl.h"
#include "gfx/insets.h"
-#include "views/standard_layout.h"
+#include "views/layout/layout_constants.h"
#include "views/view.h"
namespace views {
« no previous file with comments | « views/controls/message_box_view.cc ('k') | views/layout/layout_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698