| Index: ui/display/display_layout.h
|
| diff --git a/ui/display/manager/display_layout.h b/ui/display/display_layout.h
|
| similarity index 96%
|
| rename from ui/display/manager/display_layout.h
|
| rename to ui/display/display_layout.h
|
| index 5e7db099d18cfff98362066599b321e6a00ab422..e9f85f75b95b2824f4c4e8f7f20f035a502b239d 100644
|
| --- a/ui/display/manager/display_layout.h
|
| +++ b/ui/display/display_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 UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_H_
|
| -#define UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_H_
|
| +#ifndef UI_DISPLAY_DISPLAY_LAYOUT_H_
|
| +#define UI_DISPLAY_DISPLAY_LAYOUT_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -130,4 +130,4 @@ class DISPLAY_EXPORT DisplayLayout final {
|
|
|
| } // namespace display
|
|
|
| -#endif // UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_H_
|
| +#endif // UI_DISPLAY_DISPLAY_LAYOUT_H_
|
|
|