From 5885a52d1774b0524aec52040982636a43a0a108 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:40:56 -0500 Subject: [PATCH] chore: remove use of banned absl::optional (#44550) Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5805666 Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr --- shell/browser/electron_browser_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/browser/electron_browser_client.cc b/shell/browser/electron_browser_client.cc index f56fc8ac1087..602ef0adfe6c 100644 --- a/shell/browser/electron_browser_client.cc +++ b/shell/browser/electron_browser_client.cc @@ -1668,7 +1668,7 @@ ElectronBrowserClient::CreateURLLoaderThrottles( const base::RepeatingCallback& wc_getter, content::NavigationUIData* navigation_ui_data, content::FrameTreeNodeId frame_tree_node_id, - absl::optional navigation_id) { + std::optional navigation_id) { DCHECK_CURRENTLY_ON(BrowserThread::UI); std::vector> result;