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

Unified Diff: views/layout/box_layout_unittest.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.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/box_layout_unittest.cc
diff --git a/views/box_layout_unittest.cc b/views/layout/box_layout_unittest.cc
similarity index 97%
rename from views/box_layout_unittest.cc
rename to views/layout/box_layout_unittest.cc
index d16d78201e8e1570912ac986733177ca79fdebcb..12ea2b52c7a8f8ebc72457de51951ea3880a9027 100644
--- a/views/box_layout_unittest.cc
+++ b/views/layout/box_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/box_layout.h"
+#include "views/layout/box_layout.h"
#include "views/view.h"
class StaticSizedView : public views::View {
« no previous file with comments | « views/layout/box_layout.cc ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698