| Index: components/user_manager/user.h
|
| diff --git a/components/user_manager/user.h b/components/user_manager/user.h
|
| index be6b8eaaa9bc3e8574588ab1cd99b375ec23b782..8f0243e92c9cbb74ed88a588bea285e26c46e02d 100644
|
| --- a/components/user_manager/user.h
|
| +++ b/components/user_manager/user.h
|
| @@ -135,7 +135,7 @@ class USER_MANAGER_EXPORT User : public UserInfo {
|
| int image_index() const { return image_index_; }
|
| bool has_image_bytes() const { return user_image_->has_image_bytes(); }
|
| // Returns bytes representation of static user image for WebUI.
|
| - const UserImage::Bytes& image_bytes() const {
|
| + scoped_refptr<base::RefCountedBytes> image_bytes() const {
|
| return user_image_->image_bytes();
|
| }
|
|
|
|
|