| Index: components/cryptauth/background_eid_generator.cc
|
| diff --git a/components/cryptauth/background_eid_generator.cc b/components/cryptauth/background_eid_generator.cc
|
| index 07549655a4e3db649a3d3e2369ad45b0ad4e5585..1103e8cba45c9c9676679b41c16b3cf6b76f2104 100644
|
| --- a/components/cryptauth/background_eid_generator.cc
|
| +++ b/components/cryptauth/background_eid_generator.cc
|
| @@ -20,7 +20,7 @@ namespace cryptauth {
|
| namespace {
|
|
|
| // The duration of a EID period in milliseconds.
|
| -const int64_t kEidPeriodMs = base::TimeDelta::FromMinutes(15).InMilliseconds();
|
| +const int64_t kEidPeriodMs = 15 * 60 * 1000; // 15 minutes
|
|
|
| // The number of periods to look forward and backwards when calculating the
|
| // neartest EIDs.
|
|
|