| Index: components/mus/ws/display_unittest.cc
|
| diff --git a/components/mus/ws/display_unittest.cc b/components/mus/ws/display_unittest.cc
|
| index ca573c982be8d741b8db69d9c5c2b36ebb97c82e..aa4fd1d963252bd34f0eb471d8d3a24b6b6fac78 100644
|
| --- a/components/mus/ws/display_unittest.cc
|
| +++ b/components/mus/ws/display_unittest.cc
|
| @@ -74,7 +74,7 @@ class DisplayTest : public testing::Test {
|
| int32_t cursor_id_;
|
| TestPlatformDisplayFactory platform_display_factory_;
|
| TestWindowServerDelegate window_server_delegate_;
|
| - scoped_ptr<WindowServer> window_server_;
|
| + std::unique_ptr<WindowServer> window_server_;
|
| base::MessageLoop message_loop_;
|
| TestWindowManagerFactory test_window_manager_factory_;
|
|
|
|
|