| Index: ui/display/mojo/display_type_converters.h
|
| diff --git a/ui/mojo/display/display_type_converters.h b/ui/display/mojo/display_type_converters.h
|
| similarity index 70%
|
| rename from ui/mojo/display/display_type_converters.h
|
| rename to ui/display/mojo/display_type_converters.h
|
| index bc6ae44f989ec90a2586251762817db92cca0288..c1b3656a0a6d0829ea79a3d849759b2379ed1ded 100644
|
| --- a/ui/mojo/display/display_type_converters.h
|
| +++ b/ui/display/mojo/display_type_converters.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_MOJO_DISPLAY_DISPLAY_TYPE_CONVERTERS_H_
|
| -#define UI_MOJO_DISPLAY_DISPLAY_TYPE_CONVERTERS_H_
|
| +#ifndef UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
|
| +#define UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
|
|
|
| #include "components/mus/public/interfaces/window_manager_constants.mojom.h"
|
| #include "ui/display/display.h"
|
| -#include "ui/mojo/display/mojo_display_export.h"
|
| +#include "ui/display/mojo/mojo_display_export.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -19,4 +19,4 @@ struct MOJO_DISPLAY_EXPORT
|
|
|
| } // namespace mojo
|
|
|
| -#endif // UI_MOJO_DISPLAY_DISPLAY_TYPE_CONVERTERS_H_
|
| +#endif // UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
|
|
|