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