| Index: components/view_manager/surfaces/surfaces_service_application.h
|
| diff --git a/components/surfaces/surfaces_service_application.h b/components/view_manager/surfaces/surfaces_service_application.h
|
| similarity index 84%
|
| rename from components/surfaces/surfaces_service_application.h
|
| rename to components/view_manager/surfaces/surfaces_service_application.h
|
| index 17cbcf23f81ceb3e35689fce27402e668566e71e..ce2457008910407c562702c3286bd0204b029652 100644
|
| --- a/components/surfaces/surfaces_service_application.h
|
| +++ b/components/view_manager/surfaces/surfaces_service_application.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_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
| -#define COMPONENTS_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
| +#ifndef COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
| +#define COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
|
|
| #include <set>
|
|
|
| #include "base/macros.h"
|
| #include "cc/surfaces/surface_manager.h"
|
| -#include "components/surfaces/public/interfaces/display.mojom.h"
|
| -#include "components/surfaces/public/interfaces/surfaces.mojom.h"
|
| +#include "components/view_manager/public/interfaces/display.mojom.h"
|
| +#include "components/view_manager/public/interfaces/surfaces.mojom.h"
|
| #include "mojo/application/public/cpp/application_delegate.h"
|
| #include "mojo/application/public/cpp/interface_factory.h"
|
| #include "mojo/common/tracing_impl.h"
|
| @@ -65,4 +65,4 @@ class SurfacesServiceApplication
|
|
|
| } // namespace surfaces
|
|
|
| -#endif // COMPONENTS_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
| +#endif // COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
|
|