Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / display / root_window_transformers.h
index e1d4053..b41ccdf 100644 (file)
@@ -8,7 +8,6 @@
 #include "ash/ash_export.h"
 
 namespace aura {
-class RootWindowTransformer;
 class Window;
 }
 
@@ -18,10 +17,10 @@ class Transform;
 }
 
 namespace ash {
-namespace internal {
 class DisplayInfo;
+class RootWindowTransformer;
 
-ASH_EXPORT aura::RootWindowTransformer* CreateRootWindowTransformerForDisplay(
+ASH_EXPORT RootWindowTransformer* CreateRootWindowTransformerForDisplay(
     aura::Window* root,
     const gfx::Display& display);
 
@@ -29,12 +28,10 @@ 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);
 
-}  // namespace internal
 }  // namespace ash
 
 #endif  // ASH_DISPLAY_ROOT_WINDOW_TRANSFORMERS_H_