| Index: ui/views/layout/layout_manager.h
|
| diff --git a/views/layout/layout_manager.h b/ui/views/layout/layout_manager.h
|
| similarity index 93%
|
| copy from views/layout/layout_manager.h
|
| copy to ui/views/layout/layout_manager.h
|
| index b34499ce39b2ad6e5ab10b8b8f829c8e7cebe77a..1241c804e4b895be5c1f521aaa70a457134e88ec 100644
|
| --- a/views/layout/layout_manager.h
|
| +++ b/ui/views/layout/layout_manager.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_LAYOUT_MANAGER_H_
|
| -#define VIEWS_LAYOUT_MANAGER_H_
|
| +#ifndef UI_VIEWS_LAYOUT_LAYOUT_MANAGER_H_
|
| +#define UI_VIEWS_LAYOUT_LAYOUT_MANAGER_H_
|
| #pragma once
|
|
|
| #include "views/views_export.h"
|
| @@ -58,4 +58,4 @@ class VIEWS_EXPORT LayoutManager {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_LAYOUT_MANAGER_H_
|
| +#endif // UI_VIEWS_LAYOUT_LAYOUT_MANAGER_H_
|
|
|