Skip to content

Commit

Permalink
chore: remove use of banned absl::optional (#44513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr authored Nov 4, 2024
1 parent f5bdbdb commit e3f2ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/browser/electron_browser_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ ElectronBrowserClient::CreateURLLoaderThrottles(
const base::RepeatingCallback<content::WebContents*()>& wc_getter,
content::NavigationUIData* navigation_ui_data,
content::FrameTreeNodeId frame_tree_node_id,
absl::optional<int64_t> navigation_id) {
std::optional<int64_t> navigation_id) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);

std::vector<std::unique_ptr<blink::URLLoaderThrottle>> result;
Expand Down

0 comments on commit e3f2ca1

Please sign in to comment.