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

Unified Diff: views/layout/grid_layout.cc

Issue 6382009: views: Move grid_layout files into layout directory. Final Part. (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/grid_layout.h ('k') | views/layout/grid_layout_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layout/grid_layout.cc
diff --git a/views/grid_layout.cc b/views/layout/grid_layout.cc
similarity index 99%
rename from views/grid_layout.cc
rename to views/layout/grid_layout.cc
index 12f4d9a37cb9cb8d49c4071962f3b015d2d6dab5..e51677921783e95d4158e970ee97efafa9768a46 100644
--- a/views/grid_layout.cc
+++ b/views/layout/grid_layout.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "views/grid_layout.h"
+#include "views/layout/grid_layout.h"
#include <algorithm>
« no previous file with comments | « views/layout/grid_layout.h ('k') | views/layout/grid_layout_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698