| Index: ui/display/manager/chromeos/update_display_configuration_task.h
|
| diff --git a/ui/display/chromeos/update_display_configuration_task.h b/ui/display/manager/chromeos/update_display_configuration_task.h
|
| similarity index 87%
|
| rename from ui/display/chromeos/update_display_configuration_task.h
|
| rename to ui/display/manager/chromeos/update_display_configuration_task.h
|
| index e92faf5d7ff152f94881beff323336c079266b06..32445437aeab8b23752d923074c29e6266fbb2bf 100644
|
| --- a/ui/display/chromeos/update_display_configuration_task.h
|
| +++ b/ui/display/manager/chromeos/update_display_configuration_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_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
|
| -#define UI_DISPLAY_CHROMEOS_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
|
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
|
| +#define UI_DISPLAY_MANAGER_CHROMEOS_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,22 +11,23 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "ui/display/chromeos/configure_displays_task.h"
|
| -#include "ui/display/chromeos/display_configurator.h"
|
| +#include "ui/display/manager/chromeos/configure_displays_task.h"
|
| +#include "ui/display/manager/chromeos/display_configurator.h"
|
|
|
| namespace ui {
|
|
|
| class DisplaySnapshot;
|
| class NativeDisplayDelegate;
|
|
|
| -class DISPLAY_EXPORT UpdateDisplayConfigurationTask {
|
| +class DISPLAY_MANAGER_EXPORT UpdateDisplayConfigurationTask {
|
| public:
|
| typedef base::Callback<void(
|
| bool /* success */,
|
| const std::vector<DisplaySnapshot*>& /* displays */,
|
| const gfx::Size& /* framebuffer_size */,
|
| MultipleDisplayState /* new_display_state */,
|
| - chromeos::DisplayPowerState /* new_power_state */)> ResponseCallback;
|
| + chromeos::DisplayPowerState /* new_power_state */)>
|
| + ResponseCallback;
|
|
|
| UpdateDisplayConfigurationTask(NativeDisplayDelegate* delegate,
|
| DisplayLayoutManager* layout_manager,
|
| @@ -115,4 +116,4 @@ class DISPLAY_EXPORT UpdateDisplayConfigurationTask {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
|
| +#endif // UI_DISPLAY_MANAGER_CHROMEOS_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
|
|
|