| Index: ui/message_center/views/custom_notification_view_unittest.cc
|
| diff --git a/ui/message_center/views/custom_notification_view_unittest.cc b/ui/message_center/views/custom_notification_view_unittest.cc
|
| index 1e5e2713d3d923d12893ca4d5338c778b708c9fc..5605009fef47d18782b5ef6986bee326b8a9dfd7 100644
|
| --- a/ui/message_center/views/custom_notification_view_unittest.cc
|
| +++ b/ui/message_center/views/custom_notification_view_unittest.cc
|
| @@ -93,7 +93,8 @@ class TestNotificationDelegate : public NotificationDelegate {
|
| TestNotificationDelegate() {}
|
|
|
| // NotificateDelegate
|
| - std::unique_ptr<CustomContent> CreateCustomContent() override {
|
| + std::unique_ptr<CustomContent> CreateCustomContent(
|
| + MessageView* message_view) override {
|
| return base::MakeUnique<CustomContent>(
|
| base::MakeUnique<TestCustomView>(),
|
| base::MakeUnique<TestContentViewDelegate>());
|
|
|