| Index: chrome/browser/extensions/extension_service_unittest.cc
|
| diff --git a/chrome/browser/extensions/extension_service_unittest.cc b/chrome/browser/extensions/extension_service_unittest.cc
|
| index 5849ecab1138306f4fda018fd87ff4cce9dc424c..e216d6a6458412ded5f022e8278adeea143d1855 100644
|
| --- a/chrome/browser/extensions/extension_service_unittest.cc
|
| +++ b/chrome/browser/extensions/extension_service_unittest.cc
|
| @@ -28,6 +28,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/run_loop.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/pattern.h"
|
| @@ -1970,7 +1971,7 @@ TEST_F(ExtensionServiceTest, PackPunctuatedExtension) {
|
| // block and catch the notification; otherwise, the process would exit.
|
| // This call to |Run()| is matched by a call to |Quit()| in the
|
| // |PackExtensionTestClient|'s notification handling code.
|
| - base::MessageLoop::current()->Run();
|
| + base::RunLoop().Run();
|
|
|
| if (HasFatalFailure())
|
| return;
|
|
|