| 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 bef8a9fb395a0cfcdae2a0081106c4475837948c..ce58f971b5fd52214297a418e9c513ae9adbd525 100644
|
| --- a/ash/test/mirror_window_test_api.h
|
| +++ b/ash/test/mirror_window_test_api.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace aura {
|
| -class RootWindowTransformer;
|
| class Window;
|
| class WindowTreeHost;
|
| }
|
| @@ -19,6 +18,8 @@ class Point;
|
| }
|
|
|
| namespace ash {
|
| +class RootWindowTransformer;
|
| +
|
| namespace test {
|
|
|
| class MirrorWindowTestApi {
|
| @@ -32,8 +33,7 @@ class MirrorWindowTestApi {
|
| const gfx::Point& GetCursorHotPoint() const;
|
| const aura::Window* GetCursorWindow() const;
|
|
|
| - scoped_ptr<aura::RootWindowTransformer>
|
| - CreateCurrentRootWindowTransformer() const;
|
| + scoped_ptr<RootWindowTransformer> CreateCurrentRootWindowTransformer() const;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MirrorWindowTestApi);
|
|
|