Skip to content

Commit

Permalink
const
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Sep 23, 2024
1 parent b86f80b commit 1c83d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/brave_rewards/rewards_tab_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class BraveBrowserListObserver : public BrowserListObserver {
}

private:
raw_ptr<RewardsTabHelper> tab_helper_; // Not owned.
const raw_ptr<RewardsTabHelper> tab_helper_ = nullptr; // Not owned.
};
#endif

Expand Down

0 comments on commit 1c83d10

Please sign in to comment.