| Index: extensions/renderer/script_context_set_unittest.cc
|
| diff --git a/extensions/renderer/script_context_set_unittest.cc b/extensions/renderer/script_context_set_unittest.cc
|
| index 756c94290f5fbae105d32f9b0f36cb947f05c9ac..48eae81cbfcc2bf1ac3482e5da23a591b076e521 100644
|
| --- a/extensions/renderer/script_context_set_unittest.cc
|
| +++ b/extensions/renderer/script_context_set_unittest.cc
|
| @@ -5,6 +5,7 @@
|
| #include <vector>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| +#include "base/run_loop.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/extension_set.h"
|
| #include "extensions/common/features/feature.h"
|
| @@ -56,7 +57,7 @@ TEST(ScriptContextSetTest, Lifecycle) {
|
| EXPECT_FALSE(context->is_valid());
|
|
|
| // Run loop to do the actual deletion.
|
| - loop.RunUntilIdle();
|
| + base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| } // namespace extensions
|
|
|