diff --git a/components/brave_rewards/browser/rewards_service_impl.cc b/components/brave_rewards/browser/rewards_service_impl.cc index 9a7186e33835..cbab19afbd2e 100644 --- a/components/brave_rewards/browser/rewards_service_impl.cc +++ b/components/brave_rewards/browser/rewards_service_impl.cc @@ -566,14 +566,14 @@ void RewardsServiceImpl::OnReconcileComplete(ledger::Result result, ledger::PUBLISHER_CATEGORY category, const std::string& probi) { - RewardsNotificationService::RewardsNotificationArgs args; + RewardsNotificationsService::RewardsNotificationArgs args; args.push_back(viewing_id); args.push_back(std::to_string(result)); args.push_back(std::to_string(category)); args.push_back(probi); - notification_service_->AddNotification( - RewardsNotificationService::REWARDS_NOTIFICATION_AUTO_CONTRIBUTE, + rewards_notifications_service_->AddNotification( + RewardsNotificationsService::REWARDS_NOTIFICATION_AUTO_CONTRIBUTE, args, "contribution_" + viewing_id);