| Index: services/ui/ws/window_server_test_impl.h
|
| diff --git a/services/ui/ws/window_server_test_impl.h b/services/ui/ws/window_server_test_impl.h
|
| index 75384d8d34377f58649bea0e6b3a438923082b2b..ffeb5504de14b0ec9088c62f1803d9e3b2be45eb 100644
|
| --- a/services/ui/ws/window_server_test_impl.h
|
| +++ b/services/ui/ws/window_server_test_impl.h
|
| @@ -27,7 +27,7 @@ class WindowServerTestImpl : public mojom::WindowServerTest {
|
|
|
| // mojom::WindowServerTest:
|
| void EnsureClientHasDrawnWindow(
|
| - const mojo::String& client_name,
|
| + const std::string& client_name,
|
| const EnsureClientHasDrawnWindowCallback& callback) override;
|
|
|
| WindowServer* window_server_;
|
|
|