| 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..fb58b6b57051430773922c6a812a525d1111382d 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, gfx::Rect* bounds) override {}
|
| bool OnWmSetProperty(
|
| Window* window,
|
| const std::string& name,
|
|
|