| Index: content/public/test/test_utils.h
|
| diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
|
| index 2b8235d06eafc98b37fc7b120536c5cbf01b7523..b69b20065d20999eb1c4999118978b646de95a5a 100644
|
| --- a/content/public/test/test_utils.h
|
| +++ b/content/public/test/test_utils.h
|
| @@ -238,7 +238,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);
|
| };
|
|
|