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

Unified Diff: views/layout/box_layout.cc

Issue 6380010: views: Move box_layout.[cc,h] into the new layout directory. (Closed)
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.h ('k') | views/layout/box_layout_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layout/box_layout.cc
diff --git a/views/box_layout.cc b/views/layout/box_layout.cc
similarity index 95%
rename from views/box_layout.cc
rename to views/layout/box_layout.cc
index adb192fb16f154fd38590c4600eb7a2442c157aa..5025d7ebc5516a4d225a595d2ee9b4cde6e0b9a7 100644
--- a/views/box_layout.cc
+++ b/views/layout/box_layout.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "views/box_layout.h"
+#include "views/layout/box_layout.h"
namespace views {
« no previous file with comments | « views/layout/box_layout.h ('k') | views/layout/box_layout_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698