| Index: ash/accelerators/exit_warning_handler.cc
|
| diff --git a/ash/accelerators/exit_warning_handler.cc b/ash/accelerators/exit_warning_handler.cc
|
| index 21e4aff3abe5f837f14dd0e7b81b642ac0714ef9..e60bb4d252755eaabf8dd41e9e61ff1cdd650ea8 100644
|
| --- a/ash/accelerators/exit_warning_handler.cc
|
| +++ b/ash/accelerators/exit_warning_handler.cc
|
| @@ -28,7 +28,7 @@
|
| namespace ash {
|
| namespace {
|
|
|
| -const int64 kTimeOutMilliseconds = 2000;
|
| +const int64_t kTimeOutMilliseconds = 2000;
|
| // Color of the text of the warning message.
|
| const SkColor kTextColor = SK_ColorWHITE;
|
| // Color of the window background.
|
|
|