Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / fullscreen_chromeos.cc
index 605f4bd..652114e 100644 (file)
@@ -9,7 +9,7 @@
 bool IsFullScreenMode() {
   // TODO(oshima): Fullscreen is per display state. Investigate
   // and fix if necessary.
-  ash::internal::RootWindowController* controller =
-      ash::internal::RootWindowController::ForTargetRootWindow();
+  ash::RootWindowController* controller =
+      ash::RootWindowController::ForTargetRootWindow();
   return controller && controller->GetWindowForFullscreenMode();
 }