| Index: ui/views/layout/grid_layout.cc
|
| diff --git a/ui/views/layout/grid_layout.cc b/ui/views/layout/grid_layout.cc
|
| index 55a50ceb1838f664720ff6a76d33579a6814f6ee..7444b8bd9f906113bbbbb909dc46d8e8708b4c52 100644
|
| --- a/ui/views/layout/grid_layout.cc
|
| +++ b/ui/views/layout/grid_layout.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "views/layout/grid_layout.h"
|
| +#include "ui/views/layout/grid_layout.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| #include "ui/gfx/insets.h"
|
| -#include "views/layout/layout_constants.h"
|
| +#include "ui/views/layout/layout_constants.h"
|
| #include "views/view.h"
|
|
|
| namespace views {
|
|
|