| Index: ui/display/manager/chromeos/x11/display_mode_x11.h
|
| diff --git a/ui/display/chromeos/x11/display_mode_x11.h b/ui/display/manager/chromeos/x11/display_mode_x11.h
|
| similarity index 70%
|
| rename from ui/display/chromeos/x11/display_mode_x11.h
|
| rename to ui/display/manager/chromeos/x11/display_mode_x11.h
|
| index 737fcc4fbe1a4a137d51b4aa3bbe0d9daead8ea2..eb9ba6a49fc1ccfd30929136e20e344bf46a8902 100644
|
| --- a/ui/display/chromeos/x11/display_mode_x11.h
|
| +++ b/ui/display/manager/chromeos/x11/display_mode_x11.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_DISPLAY_CHROMEOS_X11_DISPLAY_MODE_X11_H_
|
| -#define UI_DISPLAY_CHROMEOS_X11_DISPLAY_MODE_X11_H_
|
| +#ifndef UI_DISPLAY_MANAGER_CHROMEOS_X11_DISPLAY_MODE_X11_H_
|
| +#define UI_DISPLAY_MANAGER_CHROMEOS_X11_DISPLAY_MODE_X11_H_
|
|
|
| #include "base/macros.h"
|
| -#include "ui/display/display_export.h"
|
| +#include "ui/display/manager/display_manager_export.h"
|
| #include "ui/display/types/display_mode.h"
|
|
|
| // Forward declare from Xlib and Xrandr.
|
| @@ -15,7 +15,7 @@ typedef XID RRMode;
|
|
|
| namespace ui {
|
|
|
| -class DISPLAY_EXPORT DisplayModeX11 : public DisplayMode {
|
| +class DISPLAY_MANAGER_EXPORT DisplayModeX11 : public DisplayMode {
|
| public:
|
| DisplayModeX11(const gfx::Size& size,
|
| bool interlaced,
|
| @@ -34,4 +34,4 @@ class DISPLAY_EXPORT DisplayModeX11 : public DisplayMode {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_X11_DISPLAY_MODE_X11_H_
|
| +#endif // UI_DISPLAY_MANAGER_CHROMEOS_X11_DISPLAY_MODE_X11_H_
|
|
|