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

Unified Diff: ash/wm/root_window_layout_manager_unittest.cc

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Cleanup Created 4 years, 4 months 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: ash/wm/root_window_layout_manager_unittest.cc
diff --git a/ash/wm/root_window_layout_manager_unittest.cc b/ash/wm/root_window_layout_manager_unittest.cc
index 62b92a7c0fbd252db46dc545558441a237e84c9a..b4b559f9ea8332ea1209ae8c5444d9ad9be97e64 100644
--- a/ash/wm/root_window_layout_manager_unittest.cc
+++ b/ash/wm/root_window_layout_manager_unittest.cc
@@ -34,7 +34,7 @@ using RootWindowLayoutManagerTest = test::AshTestBase;
TEST_F(RootWindowLayoutManagerTest, DeleteChildDuringResize) {
aura::Window* parent = Shell::GetPrimaryRootWindow()->GetChildById(
- kShellWindowId_DesktopBackgroundContainer);
+ kShellWindowId_WallpaperContainer);
aura::Window* w1 = aura::test::CreateTestWindowWithId(1, parent);
aura::Window* w2 = aura::test::CreateTestWindowWithId(2, parent);
WindowDeleter deleter(w1);

Powered by Google App Engine
This is Rietveld 408576698