| Index: components/mus/public/cpp/tests/window_server_test_base.cc
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| index 90e973893cfc78c58b9279bffd7e9cc8aa2dfa1d..15c0cd2c87c71f38c56e24a182b295d7188a1a3c 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.cc
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| @@ -100,7 +100,7 @@ bool WindowServerTestBase::OnWmSetBounds(Window* window, gfx::Rect* bounds) {
|
| bool WindowServerTestBase::OnWmSetProperty(
|
| Window* window,
|
| const std::string& name,
|
| - scoped_ptr<std::vector<uint8_t>>* new_data) {
|
| + std::unique_ptr<std::vector<uint8_t>>* new_data) {
|
| return window_manager_delegate_
|
| ? window_manager_delegate_->OnWmSetProperty(window, name, new_data)
|
| : true;
|
|
|