Skip to content

Commit

Permalink
Fix BraveStatsUpdater instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Dec 13, 2024
1 parent 10f779a commit 2a2611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/brave_browser_process_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ BraveBrowserProcessImpl::brave_referrals_service() {
brave_stats::BraveStatsUpdater* BraveBrowserProcessImpl::brave_stats_updater() {
if (!brave_stats_updater_) {
brave_stats_updater_ = std::make_unique<brave_stats::BraveStatsUpdater>(
local_state(), g_browser_process->profile_manager());
local_state(), profile_manager());
}
return brave_stats_updater_.get();
}
Expand Down

0 comments on commit 2a2611d

Please sign in to comment.