| Index: components/safe_browsing_db/v4_update_protocol_manager.cc
|
| diff --git a/components/safe_browsing_db/v4_update_protocol_manager.cc b/components/safe_browsing_db/v4_update_protocol_manager.cc
|
| index c5dbfb5c2c88ae317e66b4a6283c306261e84c8b..96869c8e94c98e7ff53fce10087d4770536d9dbc 100644
|
| --- a/components/safe_browsing_db/v4_update_protocol_manager.cc
|
| +++ b/components/safe_browsing_db/v4_update_protocol_manager.cc
|
| @@ -101,7 +101,7 @@ V4UpdateProtocolManager::V4UpdateProtocolManager(
|
| const V4ProtocolConfig& config)
|
| : update_error_count_(0),
|
| update_back_off_mult_(1),
|
| - next_update_time_(Time::Now()),
|
| + next_update_time_(base::Time()),
|
| config_(config),
|
| request_context_getter_(request_context_getter),
|
| url_fetcher_id_(0) {}
|
|
|