| Index: ui/display/manager/chromeos/configure_displays_task.h
|
| diff --git a/ui/display/chromeos/configure_displays_task.h b/ui/display/manager/chromeos/configure_displays_task.h
|
| similarity index 86%
|
| rename from ui/display/chromeos/configure_displays_task.h
|
| rename to ui/display/manager/chromeos/configure_displays_task.h
|
| index 6a734c61bea1c493e804f2c977d332cc8244d192..bc71454691062ae3df53167ef9b03c94daf90316 100644
|
| --- a/ui/display/chromeos/configure_displays_task.h
|
| +++ b/ui/display/manager/chromeos/configure_displays_task.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_CHROMEOS_CONFIGURATION_TASK_H_
|
| -#define UI_DISPLAY_CHROMEOS_CONFIGURATION_TASK_H_
|
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_CONFIGURE_DISPLAYS_TASK_H_
|
| +#define UI_DISPLAY_MANAGER_CHROMEOS_CONFIGURE_DISPLAYS_TASK_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "ui/display/display_export.h"
|
| +#include "ui/display/manager/display_manager_export.h"
|
| #include "ui/gfx/geometry/point.h"
|
|
|
| namespace ui {
|
| @@ -22,7 +22,7 @@ class DisplayMode;
|
| class DisplaySnapshot;
|
| class NativeDisplayDelegate;
|
|
|
| -struct DISPLAY_EXPORT DisplayConfigureRequest {
|
| +struct DISPLAY_MANAGER_EXPORT DisplayConfigureRequest {
|
| DisplayConfigureRequest(DisplaySnapshot* display,
|
| const DisplayMode* mode,
|
| const gfx::Point& origin);
|
| @@ -33,7 +33,7 @@ struct DISPLAY_EXPORT DisplayConfigureRequest {
|
| };
|
|
|
| // Applies the display configuration asynchronously.
|
| -class DISPLAY_EXPORT ConfigureDisplaysTask {
|
| +class DISPLAY_MANAGER_EXPORT ConfigureDisplaysTask {
|
| public:
|
| enum Status {
|
| // At least one of the displays failed to apply any mode it supports.
|
| @@ -88,4 +88,4 @@ class DISPLAY_EXPORT ConfigureDisplaysTask {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_CONFIGURATION_TASK_H_
|
| +#endif // UI_DISPLAY_MANAGER_CHROMEOS_CONFIGURE_DISPLAYS_TASK_H_
|
|
|