| 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 {
|
|
|