| Index: components/mus/public/cpp/window.h
|
| diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
|
| index da3bd30f57a60020ba41273755b0c11f23e99fc1..9ce601f291c97c90d3924535034e37c1a6e75d78 100644
|
| --- a/components/mus/public/cpp/window.h
|
| +++ b/components/mus/public/cpp/window.h
|
| @@ -105,10 +105,10 @@ class Window {
|
| return *viewport_metrics_;
|
| }
|
|
|
| - scoped_ptr<WindowSurface> RequestSurface(mojom::SurfaceType type);
|
| + std::unique_ptr<WindowSurface> RequestSurface(mojom::SurfaceType type);
|
|
|
| void AttachSurface(mojom::SurfaceType type,
|
| - scoped_ptr<WindowSurfaceBinding> surface_binding);
|
| + std::unique_ptr<WindowSurfaceBinding> surface_binding);
|
|
|
| // The template-ized versions of the following methods rely on the presence
|
| // of a mojo::TypeConverter<const std::vector<uint8_t>, T>.
|
|
|