| Index: chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc b/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
|
| index 3f146e6011ffa1ad6d7b6ca30033bde2c0967b05..53818d092f6264fe7597db06fe86816478698548 100644
|
| --- a/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
|
| +++ b/chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc
|
| @@ -40,6 +40,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chromeos/chromeos_switches.h"
|
| #include "chromeos/cryptohome/async_method_caller.h"
|
| +#include "chromeos/cryptohome/cryptohome_parameters.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/login/user_names.h"
|
| #include "components/prefs/pref_registry_simple.h"
|
| @@ -807,7 +808,7 @@ void WallpaperManager::SetPolicyControlledWallpaper(
|
|
|
| if (user->username_hash().empty()) {
|
| cryptohome::AsyncMethodCaller::GetInstance()->AsyncGetSanitizedUsername(
|
| - account_id.GetUserEmail(),
|
| + cryptohome::Identification(account_id),
|
| base::Bind(&WallpaperManager::SetCustomWallpaperOnSanitizedUsername,
|
| weak_factory_.GetWeakPtr(), account_id, user_image.image(),
|
| true /* update wallpaper */));
|
|
|