| Index: content/public/test/test_utils.h
|
| diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
|
| index 67a919c7811320bd820884d64f230ebf352b4e25..6e46fd239b1e15a0368c98839ed8c7a155789a2a 100644
|
| --- a/content/public/test/test_utils.h
|
| +++ b/content/public/test/test_utils.h
|
| @@ -259,7 +259,7 @@
|
| const ChildProcessData& data) override;
|
|
|
| int child_thread_count_;
|
| - std::unique_ptr<base::RunLoop> run_loop_;
|
| + scoped_refptr<MessageLoopRunner> runner_;
|
| std::unique_ptr<TestServiceManagerContext> shell_context_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InProcessUtilityThreadHelper);
|
| @@ -300,7 +300,7 @@
|
| // Overridden WebContentsObserver methods.
|
| void WebContentsDestroyed() override;
|
|
|
| - base::RunLoop run_loop_;
|
| + scoped_refptr<MessageLoopRunner> message_loop_runner_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
|
| };
|
|
|