| Index: components/mus/ws/window_tree_client_unittest.cc
|
| diff --git a/components/mus/ws/window_tree_client_unittest.cc b/components/mus/ws/window_tree_client_unittest.cc
|
| index d8a1e40f0fb0155d62ccd56aa1e5d77783005dfd..5ec93ae235b3028389111f3cf52cdca49a961070 100644
|
| --- a/components/mus/ws/window_tree_client_unittest.cc
|
| +++ b/components/mus/ws/window_tree_client_unittest.cc
|
| @@ -24,7 +24,6 @@ using shell::Connection;
|
| using mojo::InterfaceRequest;
|
| using shell::ShellClient;
|
| using mojo::String;
|
| -using mus::mojom::ErrorCode;
|
| using mus::mojom::WindowDataPtr;
|
| using mus::mojom::WindowTree;
|
| using mus::mojom::WindowTreeClient;
|
| @@ -387,6 +386,12 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
|
| }
|
|
|
| // mojom::WindowManager:
|
| + void OnConnect(uint16_t client_id) override {}
|
| + void WmNewDisplayAdded(mojom::DisplayPtr display,
|
| + mojom::WindowDataPtr root_data,
|
| + bool drawn) override {
|
| + NOTIMPLEMENTED();
|
| + }
|
| void WmSetBounds(uint32_t change_id,
|
| uint32_t window_id,
|
| const gfx::Rect& bounds) override {
|
|
|