| Index: chrome/browser/chromeos/login/ui/login_display_host_impl.cc
|
| diff --git a/chrome/browser/chromeos/login/ui/login_display_host_impl.cc b/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
|
| index e8621c410c926a0de92995323834b1bfb96505ba..9d88728c310f49ffa353a51a4d1de14897eda0eb 100644
|
| --- a/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
|
| +++ b/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -134,7 +135,7 @@ const char kWebUIInitPostpone[] = "postpone";
|
| // The delay of triggering initialization of the device policy subsystem
|
| // after the login screen is initialized. This makes sure that device policy
|
| // network requests are made while the system is idle waiting for user input.
|
| -const int64 kPolicyServiceInitializationDelayMilliseconds = 100;
|
| +const int64_t kPolicyServiceInitializationDelayMilliseconds = 100;
|
|
|
| // A class to observe an implicit animation and invokes the callback after the
|
| // animation is completed.
|
|
|