| Index: content/child/notifications/notification_manager.cc
|
| diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
|
| index 18a7363d7b421046a4587df821eade16954f006c..70a61403338484657403e5b8292d2919f8fbed93 100644
|
| --- a/content/child/notifications/notification_manager.cc
|
| +++ b/content/child/notifications/notification_manager.cc
|
| @@ -161,7 +161,7 @@ void NotificationManager::getNotifications(
|
| request_id,
|
| service_worker_registration_id,
|
| origin,
|
| - base::UTF16ToUTF8(filter_tag)));
|
| + base::UTF16ToUTF8(base::StringPiece16(filter_tag))));
|
| }
|
|
|
| void NotificationManager::close(blink::WebNotificationDelegate* delegate) {
|
|
|