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

Unified Diff: ui/aura_shell/workspace/workspace_manager_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 | « ui/aura_shell/workspace/workspace_manager.cc ('k') | ui/aura_shell/workspace_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/workspace/workspace_manager_unittest.cc
===================================================================
--- ui/aura_shell/workspace/workspace_manager_unittest.cc (revision 113260)
+++ ui/aura_shell/workspace/workspace_manager_unittest.cc (working copy)
@@ -5,7 +5,7 @@
#include "ui/aura_shell/workspace/workspace_manager.h"
#include "ui/aura/client/aura_constants.h"
-#include "ui/aura/desktop.h"
+#include "ui/aura/root_window.h"
#include "ui/aura/screen_aura.h"
#include "ui/aura/test/aura_test_base.h"
#include "ui/aura/test/test_stacking_client.h"
@@ -173,7 +173,7 @@
}
TEST_F(WorkspaceManagerTest, WorkspaceManagerDragArea) {
- aura::Desktop::GetInstance()->screen()->set_work_area_insets(
+ aura::RootWindow::GetInstance()->screen()->set_work_area_insets(
gfx::Insets(10, 10, 10, 10));
viewport()->SetBounds(gfx::Rect(0, 0, 200, 200));
EXPECT_EQ("10,10 180x180", manager_->GetDragAreaBounds().ToString());
« no previous file with comments | « ui/aura_shell/workspace/workspace_manager.cc ('k') | ui/aura_shell/workspace_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698