| Index: chrome/browser/fullscreen_aura.cc
|
| ===================================================================
|
| --- chrome/browser/fullscreen_aura.cc (revision 113260)
|
| +++ chrome/browser/fullscreen_aura.cc (working copy)
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| -#include "ui/aura/desktop.h"
|
| +#include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/base/ui_base_types.h"
|
|
|
| @@ -31,5 +31,5 @@
|
| // This is used only by notification_ui_manager.cc. On aura, notification
|
| // will be managed in panel. This is temporary to get certain feature running
|
| // until we implement it for aura.
|
| - return CheckIfFullscreenWindowExists(aura::Desktop::GetInstance());
|
| + return CheckIfFullscreenWindowExists(aura::RootWindow::GetInstance());
|
| }
|
|
|