Index: mojo/services/notifications/interfaces/notifications.mojom |
diff --git a/mojo/services/notifications/interfaces/notifications.mojom b/mojo/services/notifications/interfaces/notifications.mojom |
index 5739466d33b15c9e05246885677e68954c35e716..a276788ab059fa9f8c0c851e826d842f715c27e5 100644 |
--- a/mojo/services/notifications/interfaces/notifications.mojom |
+++ b/mojo/services/notifications/interfaces/notifications.mojom |
@@ -51,6 +51,5 @@ interface NotificationService { |
// |notification_data| and with any interactions with the notification being |
// communicated to |client|. |notification| can be used to modify or cancel |
// the notification. |
- Post(NotificationData notification_data, NotificationClient? client, |
- Notification&? notification); |
+ Post(NotificationData notification_data, NotificationClient? client, Notification&? notification); |
}; |