| Index: chrome/browser/chromeos/login/user_image_view.cc
|
| diff --git a/chrome/browser/chromeos/login/user_image_view.cc b/chrome/browser/chromeos/login/user_image_view.cc
|
| index 50f0a63b29f5f5c81037a36d41aa9b00a919992f..1e5c5f3be4d91c7f1da6e4f75c299ad7c667ee82 100644
|
| --- a/chrome/browser/chromeos/login/user_image_view.cc
|
| +++ b/chrome/browser/chromeos/login/user_image_view.cc
|
| @@ -30,7 +30,7 @@ namespace {
|
| // after the user image selection screen is initialized. This makes sure that
|
| // user policy network requests are made while the system is idle waiting for
|
| // user input.
|
| -const int kPolicyServiceInitializationDelayMilliseconds = 400;
|
| +const int64 kPolicyServiceInitializationDelayMilliseconds = 400;
|
|
|
| // Margin in pixels from the left and right borders of screen's contents.
|
| const int kHorizontalMargin = 10;
|
|
|