| Index: services/ui/public/cpp/output_surface.h
|
| diff --git a/components/mus/public/cpp/output_surface.h b/services/ui/public/cpp/output_surface.h
|
| similarity index 81%
|
| rename from components/mus/public/cpp/output_surface.h
|
| rename to services/ui/public/cpp/output_surface.h
|
| index 1b1feccff37058032e2618807bd927d28022feb2..0f36ae722aaca637302024333cf2ca144656851a 100644
|
| --- a/components/mus/public/cpp/output_surface.h
|
| +++ b/services/ui/public/cpp/output_surface.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 COMPONENTS_MUS_PUBLIC_CPP_OUTPUT_SURFACE_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_OUTPUT_SURFACE_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_OUTPUT_SURFACE_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_OUTPUT_SURFACE_H_
|
|
|
| #include "base/macros.h"
|
| #include "cc/output/output_surface.h"
|
| #include "cc/surfaces/surface_id.h"
|
| -#include "components/mus/public/cpp/window_surface.h"
|
| -#include "components/mus/public/cpp/window_surface_client.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| +#include "services/ui/public/cpp/window_surface.h"
|
| +#include "services/ui/public/cpp/window_surface_client.h"
|
|
|
| namespace mus {
|
|
|
| @@ -42,4 +42,4 @@ class OutputSurface : public cc::OutputSurface, public WindowSurfaceClient {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_OUTPUT_SURFACE_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_OUTPUT_SURFACE_H_
|
|
|