| Index: components/mus/public/cpp/view_surface_client.h
|
| diff --git a/components/mus/public/cpp/view_surface_client.h b/components/mus/public/cpp/view_surface_client.h
|
| index 0ac2c5435bfb01b95213098e4df8ec8d8f71b73f..e8724c8e0393c68ffb10dbac2e5b14d560148394 100644
|
| --- a/components/mus/public/cpp/view_surface_client.h
|
| +++ b/components/mus/public/cpp/view_surface_client.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef COMPONENTS_MUS_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
| #define COMPONENTS_MUS_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
|
|
| -namespace mus {
|
| +namespace mojo {
|
|
|
| class ViewSurface;
|
|
|
| @@ -19,6 +19,6 @@
|
| ~ViewSurfaceClient() {}
|
| };
|
|
|
| -} // namespace mus
|
| +} // namespace mojo
|
|
|
| #endif // COMPONENTS_MUS_PUBLIC_CPP_VIEW_SURFACE_CLIENT_H_
|
|
|