| Index: services/ui/ws/platform_display_init_params.cc
|
| diff --git a/components/mus/ws/platform_display_init_params.cc b/services/ui/ws/platform_display_init_params.cc
|
| similarity index 77%
|
| rename from components/mus/ws/platform_display_init_params.cc
|
| rename to services/ui/ws/platform_display_init_params.cc
|
| index 394b5711637fbc307760c6cbb23b2f9309640733..08f0cf7b9fd40c0a629cfdb74f602b9630a53e62 100644
|
| --- a/components/mus/ws/platform_display_init_params.cc
|
| +++ b/services/ui/ws/platform_display_init_params.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/platform_display_init_params.h"
|
| +#include "services/ui/ws/platform_display_init_params.h"
|
|
|
| -#include "components/mus/gles2/gpu_state.h"
|
| -#include "components/mus/surfaces/surfaces_state.h"
|
| +#include "services/ui/gles2/gpu_state.h"
|
| +#include "services/ui/surfaces/surfaces_state.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
|
|