| Index: components/user_manager/user.cc
|
| diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
|
| index a77ab8bbfa0ed3a50a59a4ea6ed3fb3bfd2120a9..14160ca1e7a29976b62c037632627bde10f6edfc 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_web_image());
|
| }
|
|
|
| void User::SetImageURL(const GURL& image_url) {
|
|
|