Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / wm / resize_shadow_and_cursor_unittest.cc
index 6431409..0503a82 100644 (file)
@@ -74,9 +74,9 @@ class ResizeShadowAndCursorTest : public AshTestBase {
   // Returns the hit test code if there is a resize shadow. Returns HTNOWHERE if
   // there is no resize shadow.
   int ResizeShadowHitTest() const {
-    ash::internal::ResizeShadow* resize_shadow =
-        ash::Shell::GetInstance()->resize_shadow_controller()->
-            GetShadowForWindowForTest(window_);
+    ash::ResizeShadow* resize_shadow = ash::Shell::GetInstance()
+                                           ->resize_shadow_controller()
+                                           ->GetShadowForWindowForTest(window_);
     return resize_shadow ? resize_shadow->GetLastHitTestForTest() : HTNOWHERE;
   }