| Index: ui/aura/test/test_cursor_client.h
|
| diff --git a/ui/aura/test/test_cursor_client.h b/ui/aura/test/test_cursor_client.h
|
| index 8d3faaabc5f1ccd8d2e30106aa676c09d97dd7e7..2b6f1733513f7379e7f26514805d25695147b607 100644
|
| --- a/ui/aura/test/test_cursor_client.h
|
| +++ b/ui/aura/test/test_cursor_client.h
|
| @@ -42,7 +42,7 @@ class TestCursorClient : public aura::client::CursorClient {
|
| void EnableMouseEvents() override;
|
| void DisableMouseEvents() override;
|
| bool IsMouseEventsEnabled() const override;
|
| - void SetDisplay(const gfx::Display& display) override;
|
| + void SetDisplay(const display::Display& display) override;
|
| void LockCursor() override;
|
| void UnlockCursor() override;
|
| bool IsCursorLocked() const override;
|
|
|