| Index: chrome/browser/chromeos/login/helper.h
|
| diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
|
| index dd5f2b48adacd117863beb690e34d1eb8ad15dae..b26a8b0d941a685c87894a4c5434ac5f564be663 100644
|
| --- a/chrome/browser/chromeos/login/helper.h
|
| +++ b/chrome/browser/chromeos/login/helper.h
|
| @@ -38,7 +38,7 @@ namespace chromeos {
|
| gfx::Rect CalculateScreenBounds(const gfx::Size& size);
|
|
|
| // Returns the size of user image required for proper display under current DPI.
|
| -int GetCurrentUserImageSize();
|
| +unsigned int GetCurrentUserImageSize();
|
|
|
| // Define the constants in |login| namespace to avoid potential
|
| // conflict with other chromeos components.
|
|
|