| Index: components/network_time/network_time_tracker.cc
|
| diff --git a/components/network_time/network_time_tracker.cc b/components/network_time/network_time_tracker.cc
|
| index 0e54d0e2465c3d0bdfb2536fb584ef97db6d082c..dc4ccbb56d3f498294705195257f675a74afbcde 100644
|
| --- a/components/network_time/network_time_tracker.cc
|
| +++ b/components/network_time/network_time_tracker.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/rand_util.h"
|
| +#include "base/run_loop.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/tick_clock.h"
|
| @@ -291,7 +292,7 @@ bool NetworkTimeTracker::QueryTimeServiceForTesting() {
|
|
|
| void NetworkTimeTracker::WaitForFetchForTesting(uint32_t nonce) {
|
| query_signer_->OverrideNonceForTesting(kKeyVersion, nonce);
|
| - base::MessageLoop::current()->Run();
|
| + base::RunLoop().Run();
|
| }
|
|
|
| base::TimeDelta NetworkTimeTracker::GetTimerDelayForTesting() const {
|
|
|