Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4040)

Unified Diff: chrome/browser/fullscreen_aura.cc

Issue 8771015: Rename Desktop->RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}
« no previous file with comments | « chrome/browser/chromeos/login/lock_window_aura.cc ('k') | chrome/browser/notifications/desktop_notifications_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698