Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1928)

Unified Diff: ash/test/mirror_window_test_api.h

Issue 201573015: Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/DEPS ('k') | ash/test/mirror_window_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/test/DEPS ('k') | ash/test/mirror_window_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698