Index: chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc |
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc |
index 4818e069abe1660f443b9eb19cd8e2b66d013223..31185f160f98ba70e6d071e3e60e25dfd5adea29 100644 |
--- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc |
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc |
@@ -6,8 +6,8 @@ |
#include "ash/common/shelf/shelf.h" |
#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/desktop_background/desktop_background_controller.h" |
#include "ash/shell.h" |
+#include "ash/wallpaper/wallpaper_controller.h" |
#include "base/rand_util.h" |
#include "base/values.h" |
#include "chrome/browser/chromeos/camera_detector.h" |
@@ -372,10 +372,9 @@ void SupervisedUserCreationScreen::OnManagerFullyAuthenticated( |
->NotifySupervisedUserCreationStarted(); |
manager_signin_in_progress_ = false; |
DCHECK(controller_.get()); |
- // For manager user, move desktop to locked container so that windows created |
- // during the user image picker step are below it. |
- ash::Shell::GetInstance()-> |
- desktop_background_controller()->MoveDesktopToLockedContainer(); |
+ // For manager user, move wallpaper to locked container so that windows |
+ // created during the user image picker step are below it. |
+ ash::Shell::GetInstance()->wallpaper_controller()->MoveToLockedContainer(); |
ash::Shelf::ForPrimaryDisplay()->wm_shelf()->SetAlignment( |
ash::ShelfAlignment::SHELF_ALIGNMENT_BOTTOM_LOCKED); |