| Index: content/public/test/test_utils.h
|
| diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
|
| index 29f5965db9767ac191f87bf7e01ee5ba0176de60..ed1f8e68edeb5dd6973cd304ac14d66b0f8d01d9 100644
|
| --- a/content/public/test/test_utils.h
|
| +++ b/content/public/test/test_utils.h
|
| @@ -235,7 +235,7 @@ class WindowedNotificationObserver : public NotificationObserver {
|
|
|
| NotificationSource source_;
|
| NotificationDetails details_;
|
| - scoped_refptr<MessageLoopRunner> message_loop_runner_;
|
| + std::unique_ptr<base::RunLoop> run_loop_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowedNotificationObserver);
|
| };
|
|
|