Index: chrome/browser/notifications/fullscreen_notification_blocker.cc |
diff --git a/chrome/browser/notifications/fullscreen_notification_blocker.cc b/chrome/browser/notifications/fullscreen_notification_blocker.cc |
index 525fb7c815b50c859f03353e236d616dff9728dc..55e23043459a305f2f63d8e664fbf2d8da979898 100644 |
--- a/chrome/browser/notifications/fullscreen_notification_blocker.cc |
+++ b/chrome/browser/notifications/fullscreen_notification_blocker.cc |
@@ -23,8 +23,8 @@ namespace { |
bool DoesFullscreenModeBlockNotifications() { |
#if defined(USE_ASH) |
if (ash::Shell::HasInstance()) { |
- ash::internal::RootWindowController* controller = |
- ash::internal::RootWindowController::ForTargetRootWindow(); |
+ ash::RootWindowController* controller = |
+ ash::RootWindowController::ForTargetRootWindow(); |
// During shutdown |controller| can be NULL. |
if (!controller) |