| 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 92%
|
| rename from ui/display/chromeos/native_display_delegate.h
|
| rename to ui/display/types/chromeos/native_display_delegate.h
|
| index 5532607a43ee0a7c90174e3929c7e89fac5b742e..20d9f4aad3075b680be1017061dd9614976c1b80 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"
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -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_
|
|
|