Index: chrome/browser/fullscreen_chromeos.cc |
diff --git a/chrome/browser/fullscreen_chromeos.cc b/chrome/browser/fullscreen_chromeos.cc |
index 605f4bd49f8eca9855bc86ddea6d8b9a40fb4f75..652114ed652d76ac5833c09ea853a2af8e9c7304 100644 |
--- a/chrome/browser/fullscreen_chromeos.cc |
+++ b/chrome/browser/fullscreen_chromeos.cc |
@@ -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(); |
} |