| Index: components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
|
| index a7aee5266b6a06cbcba3387b8f9a78109ab522d6..e77507b297a4a0308238b895ceae0a499dc5c17c 100644
|
| --- a/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc
|
| @@ -17,6 +17,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/run_loop.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/threading/thread.h"
|
| @@ -305,7 +306,7 @@ class ProfileSyncServiceTypedUrlTest : public AbstractProfileSyncServiceTest {
|
| FROM_HERE, task,
|
| base::Bind(&base::MessageLoop::QuitNow,
|
| base::Unretained(base::MessageLoop::current())));
|
| - base::MessageLoop::current()->Run();
|
| + base::RunLoop().Run();
|
| }
|
|
|
| void SendNotificationURLVisited(ui::PageTransition transition,
|
|
|