| Index: components/user_manager/user.cc
|
| diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
|
| index a77ab8bbfa0ed3a50a59a4ea6ed3fb3bfd2120a9..f84767c4a0e49a8b7f13ac9c61bd17680defc984 100644
|
| --- a/components/user_manager/user.cc
|
| +++ b/components/user_manager/user.cc
|
| @@ -238,7 +238,7 @@ void User::SetImage(const UserImage& user_image, int image_index) {
|
| image_index_ = image_index;
|
| image_is_stub_ = false;
|
| image_is_loading_ = false;
|
| - DCHECK(HasDefaultImage() || user_image.has_raw_image());
|
| + DCHECK(HasDefaultImage() || user_image.has_image_bytes());
|
| }
|
|
|
| void User::SetImageURL(const GURL& image_url) {
|
|
|