summaryrefslogtreecommitdiffstats
path: root/src/core/favicon_driver_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/favicon_driver_qt.h')
-rw-r--r--src/core/favicon_driver_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/favicon_driver_qt.h b/src/core/favicon_driver_qt.h
index 03ebd6536..4de85104a 100644
--- a/src/core/favicon_driver_qt.h
+++ b/src/core/favicon_driver_qt.h
@@ -122,7 +122,7 @@ private:
void DidUpdateFaviconURL(content::RenderFrameHost *render_frame_host,
const std::vector<blink::mojom::FaviconURLPtr> &candidates) override;
void DidUpdateWebManifestURL(content::RenderFrameHost *target_frame,
- const absl::optional<GURL> &manifest_url) override;
+ const GURL &manifest_url) override;
void DidStartNavigation(content::NavigationHandle *navigation_handle) override;
void DidFinishNavigation(content::NavigationHandle *navigation_handle) override;
void DocumentOnLoadCompletedInMainFrame(content::RenderFrameHost *render_frame_host) override;