| Index: ash/test/mirror_window_test_api.h
|
| diff --git a/ash/test/mirror_window_test_api.h b/ash/test/mirror_window_test_api.h
|
| index 72f062cbfd6c769d0436daaa78d50dab63e2a07a..bef8a9fb395a0cfcdae2a0081106c4475837948c 100644
|
| --- a/ash/test/mirror_window_test_api.h
|
| +++ b/ash/test/mirror_window_test_api.h
|
| @@ -11,7 +11,7 @@
|
| namespace aura {
|
| class RootWindowTransformer;
|
| class Window;
|
| -class WindowEventDispatcher;
|
| +class WindowTreeHost;
|
| }
|
|
|
| namespace gfx {
|
| @@ -26,7 +26,7 @@ class MirrorWindowTestApi {
|
| MirrorWindowTestApi() {}
|
| ~MirrorWindowTestApi() {}
|
|
|
| - const aura::WindowEventDispatcher* GetDispatcher() const;
|
| + const aura::WindowTreeHost* GetHost() const;
|
|
|
| int GetCurrentCursorType() const;
|
| const gfx::Point& GetCursorHotPoint() const;
|
|
|