From fcf0c115cbe9c12b81a51cd02341545f9b01ddb3 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:40:21 -0500 Subject: [PATCH] chore: remove use of banned absl::optional (#44551) 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 e179150464ac..24391f8732aa 100644 --- a/shell/browser/electron_browser_client.cc +++ b/shell/browser/electron_browser_client.cc @@ -1666,7 +1666,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;