| Index: chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.h b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| index 8590212067b1953c697253ec745ea4d2926b8b77..5a47cfc21bf9065e6a6957dd953e89e24811b7a3 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| @@ -27,7 +27,7 @@ enum class PasswordTittleType {
|
| class Profile;
|
|
|
| // The desired width and height in pixels for an account avatar.
|
| -extern const int kAvatarImageSize;
|
| +constexpr int kAvatarImageSize = 32;
|
|
|
| // Crops and scales |image_skia| to the desired size for an account avatar.
|
| gfx::ImageSkia ScaleImageForAccountAvatar(gfx::ImageSkia image_skia);
|
|
|