| Index: components/mus/public/cpp/view_surface_client.h
|
| diff --git a/components/view_manager/public/cpp/view_surface_client.h b/components/mus/public/cpp/view_surface_client.h
|
| similarity index 68%
|
| rename from components/view_manager/public/cpp/view_surface_client.h
|
| rename to components/mus/public/cpp/view_surface_client.h
|
| index 1a8d2e765bc65f4b5691fa6c4d63e765c9bc6766..e8724c8e0393c68ffb10dbac2e5b14d560148394 100644
|
| --- a/components/view_manager/public/cpp/view_surface_client.h
|
| +++ b/components/mus/public/cpp/view_surface_client.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 COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
| -#define COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
| +#ifndef COMPONENTS_MUS_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
| +#define COMPONENTS_MUS_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
|
|
| namespace mojo {
|
|
|
| @@ -21,4 +21,4 @@ class ViewSurfaceClient {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
| +#endif // COMPONENTS_MUS_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
|
|