| Index: services/ui/public/cpp/tests/window_server_test_base.h
|
| diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
|
| index 6cbe7b7aa1cb6b6c8bed9bd8adc2e5d7ecfdcbf1..5fe2c2f7eb9f7ca4cae42236d4c6bd982d6c8659 100644
|
| --- a/services/ui/public/cpp/tests/window_server_test_base.h
|
| +++ b/services/ui/public/cpp/tests/window_server_test_base.h
|
| @@ -74,7 +74,7 @@ class WindowServerTestBase
|
|
|
| // WindowManagerDelegate:
|
| void SetWindowManagerClient(WindowManagerClient* client) override;
|
| - bool OnWmSetBounds(Window* window, gfx::Rect* bounds) override;
|
| + void OnWmSetBounds(Window* window, gfx::Rect* bounds) override;
|
| bool OnWmSetProperty(
|
| Window* window,
|
| const std::string& name,
|
|
|