Index: ui/display/types/chromeos/native_display_delegate.h |
diff --git a/ui/display/chromeos/native_display_delegate.h b/ui/display/types/chromeos/native_display_delegate.h |
similarity index 89% |
rename from ui/display/chromeos/native_display_delegate.h |
rename to ui/display/types/chromeos/native_display_delegate.h |
index 5532607a43ee0a7c90174e3929c7e89fac5b742e..8cbffdb181343e500c27a33327861864c3212a7f 100644 |
--- a/ui/display/chromeos/native_display_delegate.h |
+++ b/ui/display/types/chromeos/native_display_delegate.h |
@@ -2,15 +2,15 @@ |
// 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_DELEGATE_H_ |
-#define UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_ |
+#ifndef UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_ |
+#define UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_ |
#include <stdint.h> |
#include <vector> |
-#include "ui/display/display_constants.h" |
-#include "ui/display/display_export.h" |
+#include "ui/display/types/display_constants.h" |
+#include "ui/display/types/display_types_export.h" |
namespace gfx { |
class Point; |
@@ -25,7 +25,7 @@ class NativeDisplayObserver; |
// Interface for classes that perform display configuration actions on behalf |
// of DisplayConfigurator. |
-class DISPLAY_EXPORT NativeDisplayDelegate { |
+class DISPLAY_TYPES_EXPORT NativeDisplayDelegate { |
public: |
virtual ~NativeDisplayDelegate() {} |
@@ -92,4 +92,4 @@ class DISPLAY_EXPORT NativeDisplayDelegate { |
} // namespace ui |
-#endif // UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_ |
+#endif // UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_ |