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;