| Index: ui/display/manager/chromeos/display_layout_manager.h
|
| diff --git a/ui/display/chromeos/display_layout_manager.h b/ui/display/manager/chromeos/display_layout_manager.h
|
| similarity index 86%
|
| rename from ui/display/chromeos/display_layout_manager.h
|
| rename to ui/display/manager/chromeos/display_layout_manager.h
|
| index 068f118f0345df7d3ee770e80fb31fbb6d624fcc..f99bb65feed7f686de29e599112f2bf0781ee39d 100644
|
| --- a/ui/display/chromeos/display_layout_manager.h
|
| +++ b/ui/display/manager/chromeos/display_layout_manager.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_DISPLAY_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
|
| -#define UI_DISPLAY_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
|
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
|
| +#define UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
|
|
|
| #include <vector>
|
|
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
| -#include "ui/display/chromeos/display_configurator.h"
|
| +#include "ui/display/manager/chromeos/display_configurator.h"
|
| #include "ui/display/types/display_constants.h"
|
|
|
| namespace ui {
|
| @@ -48,4 +48,4 @@ class DisplayLayoutManager {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
|
| +#endif // UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
|
|
|