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

Unified Diff: views/layout/grid_layout_unittest.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.cc ('k') | views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layout/grid_layout_unittest.cc
diff --git a/views/grid_layout_unittest.cc b/views/layout/grid_layout_unittest.cc
similarity index 99%
rename from views/grid_layout_unittest.cc
rename to views/layout/grid_layout_unittest.cc
index a70ae5fee1c2f60a5ddcb8842d02861385ae9f26..4cd2eae2f0bb33ec1d417cebb1b6df6c0038b5ad 100644
--- a/views/grid_layout_unittest.cc
+++ b/views/layout/grid_layout_unittest.cc
@@ -1,9 +1,9 @@
-// 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 "testing/gtest/include/gtest/gtest.h"
-#include "views/grid_layout.h"
+#include "views/layout/grid_layout.h"
#include "views/view.h"
using views::ColumnSet;
« no previous file with comments | « views/layout/grid_layout.cc ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698