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

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.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
« no previous file with comments | « chrome/browser/fullscreen_aura.cc ('k') | chrome/browser/ui/views/aura/screen_orientation_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/desktop_notifications_unittest.cc
===================================================================
--- chrome/browser/notifications/desktop_notifications_unittest.cc (revision 113260)
+++ chrome/browser/notifications/desktop_notifications_unittest.cc (working copy)
@@ -12,7 +12,7 @@
#include "content/public/common/show_desktop_notification_params.h"
#if defined(USE_AURA)
-#include "ui/aura/desktop.h"
+#include "ui/aura/root_window.h"
#endif
using content::BrowserThread;
@@ -91,7 +91,7 @@
#if defined(USE_AURA)
// MockBalloonCollection retrieves information about the screen on creation.
// So it is necessary to make sure the desktop gets created first.
- aura::Desktop::GetInstance();
+ aura::RootWindow::GetInstance();
#endif
browser::RegisterLocalState(&local_state_);
« no previous file with comments | « chrome/browser/fullscreen_aura.cc ('k') | chrome/browser/ui/views/aura/screen_orientation_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698