Index: ash/display/root_window_transformers.h |
diff --git a/ash/display/root_window_transformers.h b/ash/display/root_window_transformers.h |
index a6f2b5cdaa5e9bbca0f5494b9f7b6d8f4d0fa994..b41ccdfc3d3691c2512ecb2cd4ecd98d073c363c 100644 |
--- a/ash/display/root_window_transformers.h |
+++ b/ash/display/root_window_transformers.h |
@@ -8,7 +8,6 @@ |
#include "ash/ash_export.h" |
namespace aura { |
-class RootWindowTransformer; |
class Window; |
} |
@@ -19,8 +18,9 @@ class Transform; |
namespace ash { |
class DisplayInfo; |
+class RootWindowTransformer; |
-ASH_EXPORT aura::RootWindowTransformer* CreateRootWindowTransformerForDisplay( |
+ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForDisplay( |
aura::Window* root, |
const gfx::Display& display); |
@@ -28,8 +28,7 @@ ASH_EXPORT aura::RootWindowTransformer* CreateRootWindowTransformerForDisplay( |
// |source_display_info| specifies the display being mirrored, |
// and |mirror_display_info| specifies the display used to |
// mirror the content. |
-ASH_EXPORT aura::RootWindowTransformer* |
-CreateRootWindowTransformerForMirroredDisplay( |
+ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForMirroredDisplay( |
const DisplayInfo& source_display_info, |
const DisplayInfo& mirror_display_info); |