| Index: views/layout/grid_layout.h
|
| diff --git a/views/grid_layout.h b/views/layout/grid_layout.h
|
| similarity index 99%
|
| rename from views/grid_layout.h
|
| rename to views/layout/grid_layout.h
|
| index da945b00e8f726c8e57ae53a1aac1a382b865275..f2a01741aa8fa220f235723aefbf19ddc3ea4994 100644
|
| --- a/views/grid_layout.h
|
| +++ b/views/layout/grid_layout.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_GRID_LAYOUT_H_
|
| -#define VIEWS_GRID_LAYOUT_H_
|
| +#ifndef VIEWS_LAYOUT_GRID_LAYOUT_H_
|
| +#define VIEWS_LAYOUT_GRID_LAYOUT_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -368,4 +368,4 @@ class ColumnSet {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_GRID_LAYOUT_H_
|
| +#endif // VIEWS_LAYOUT_GRID_LAYOUT_H_
|
|
|