| Index: ui/display/types/chromeos/native_display_observer.h
|
| diff --git a/ui/display/chromeos/native_display_observer.h b/ui/display/types/chromeos/native_display_observer.h
|
| similarity index 58%
|
| rename from ui/display/chromeos/native_display_observer.h
|
| rename to ui/display/types/chromeos/native_display_observer.h
|
| index 189aa99ccf572ade4a38c54007037f104eb8b832..1b3d0baaa1eae2aa2acb75b59ce6715532a9acfb 100644
|
| --- a/ui/display/chromeos/native_display_observer.h
|
| +++ b/ui/display/types/chromeos/native_display_observer.h
|
| @@ -2,14 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
|
| -#define UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
|
| +#ifndef UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
|
| +#define UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
|
| +
|
| +#include "ui/display/types/display_types_export.h"
|
|
|
| namespace ui {
|
|
|
| // Observer class used by NativeDisplayDelegate to announce when the display
|
| // configuration changes.
|
| -class NativeDisplayObserver {
|
| +class DISPLAY_TYPES_EXPORT NativeDisplayObserver {
|
| public:
|
| virtual ~NativeDisplayObserver() {}
|
|
|
| @@ -18,4 +20,4 @@ class NativeDisplayObserver {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
|
| +#endif // UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
|
|
|