| Index: content/public/test/browser_test_utils.h
|
| diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
|
| index b4908997a25f3e6506b2f5f0565b50febfa9b730..684d1c94ca0c3c57fd0806ed01c11a7fce31a944 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/process/process.h"
|
| +#include "base/run_loop.h"
|
| #include "base/strings/string16.h"
|
| #include "build/build_config.h"
|
| #include "cc/output/compositor_frame.h"
|
| @@ -374,7 +375,7 @@ class TitleWatcher : public WebContentsObserver {
|
| void TestTitle();
|
|
|
| std::vector<base::string16> expected_titles_;
|
| - scoped_refptr<MessageLoopRunner> message_loop_runner_;
|
| + base::RunLoop run_loop_;
|
|
|
| // The most recently observed expected title, if any.
|
| base::string16 observed_title_;
|
|
|