Index: ui/arc/notification/arc_notification_manager.cc |
diff --git a/ui/arc/notification/arc_notification_manager.cc b/ui/arc/notification/arc_notification_manager.cc |
index 91b8c269b2517fc2bced797f96c0d924b6744f94..9c877350a3f4bb22932841a0c03511c509b16d48 100644 |
--- a/ui/arc/notification/arc_notification_manager.cc |
+++ b/ui/arc/notification/arc_notification_manager.cc |
@@ -76,7 +76,7 @@ void ArcNotificationManager::SendNotificationRemovedFromChrome( |
scoped_ptr<ArcNotificationItem> item(items_.take_and_erase(it)); |
arc_bridge_->notifications_instance()->SendNotificationEventToAndroid( |
- key, ARC_NOTIFICATION_EVENT_CLOSED); |
+ key, ArcNotificationEvent::CLOSED); |
} |
void ArcNotificationManager::SendNotificationClickedOnChrome( |
@@ -88,7 +88,7 @@ void ArcNotificationManager::SendNotificationClickedOnChrome( |
} |
arc_bridge_->notifications_instance()->SendNotificationEventToAndroid( |
- key, ARC_NOTIFICATION_EVENT_BODY_CLICKED); |
+ key, ArcNotificationEvent::BODY_CLICKED); |
} |
} // namespace arc |