| Index: ui/arc/notification/arc_notification_manager.h
|
| diff --git a/ui/arc/notification/arc_notification_manager.h b/ui/arc/notification/arc_notification_manager.h
|
| index fc1dd0f719c2bf103fde4e04f366e480bea5eeb0..c05ce10dd5947b9ee0f9c19774d28ce921609357 100644
|
| --- a/ui/arc/notification/arc_notification_manager.h
|
| +++ b/ui/arc/notification/arc_notification_manager.h
|
| @@ -41,7 +41,7 @@ class ArcNotificationManager
|
|
|
| // mojom::NotificationsHost implementation:
|
| void OnNotificationPosted(mojom::ArcNotificationDataPtr data) override;
|
| - void OnNotificationRemoved(const mojo::String& key) override;
|
| + void OnNotificationRemoved(const std::string& key) override;
|
| void OnToastPosted(mojom::ArcToastDataPtr data) override;
|
| void OnToastCancelled(mojom::ArcToastDataPtr data) override;
|
|
|
|
|