| Index: ui/display/types/native_display_delegate.h
|
| diff --git a/ui/display/types/chromeos/native_display_delegate.h b/ui/display/types/native_display_delegate.h
|
| similarity index 94%
|
| rename from ui/display/types/chromeos/native_display_delegate.h
|
| rename to ui/display/types/native_display_delegate.h
|
| index 8cbffdb181343e500c27a33327861864c3212a7f..28c70e0be23faeab2bf061b517bda4d6cb5f8cd4 100644
|
| --- a/ui/display/types/chromeos/native_display_delegate.h
|
| +++ b/ui/display/types/native_display_delegate.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_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
|
| -#define UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
|
| +#ifndef UI_DISPLAY_TYPES_NATIVE_DISPLAY_DELEGATE_H_
|
| +#define UI_DISPLAY_TYPES_NATIVE_DISPLAY_DELEGATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -92,4 +92,4 @@ class DISPLAY_TYPES_EXPORT NativeDisplayDelegate {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_DELEGATE_H_
|
| +#endif // UI_DISPLAY_TYPES_NATIVE_DISPLAY_DELEGATE_H_
|
|
|