| Index: services/ui/ws/window_manager_client_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
|
| index 7948798214ecf28c56e3677b92a1b09b27693ceb..e6bd05e8aef0309d04380d1a751f12dc1a7c172a 100644
|
| --- a/services/ui/ws/window_manager_client_unittest.cc
|
| +++ b/services/ui/ws/window_manager_client_unittest.cc
|
| @@ -44,9 +44,7 @@ class TestWindowManagerDelegate : public WindowManagerDelegate {
|
|
|
| // WindowManagerDelegate:
|
| void SetWindowManagerClient(WindowManagerClient* client) override {}
|
| - bool OnWmSetBounds(Window* window, gfx::Rect* bounds) override {
|
| - return false;
|
| - }
|
| + void OnWmSetBounds(Window* window, const gfx::Rect& bounds) override {}
|
| bool OnWmSetProperty(
|
| Window* window,
|
| const std::string& name,
|
|
|