| Index: content/public/test/test_utils.h
|
| diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
|
| index b69b20065d20999eb1c4999118978b646de95a5a..2b8235d06eafc98b37fc7b120536c5cbf01b7523 100644
|
| --- a/content/public/test/test_utils.h
|
| +++ b/content/public/test/test_utils.h
|
| @@ -238,7 +238,7 @@
|
|
|
| NotificationSource source_;
|
| NotificationDetails details_;
|
| - std::unique_ptr<base::RunLoop> run_loop_;
|
| + scoped_refptr<MessageLoopRunner> message_loop_runner_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowedNotificationObserver);
|
| };
|
|
|