summaryrefslogtreecommitdiff
path: root/chromium-125-lens-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-125-lens-include.patch')
-rw-r--r--chromium-125-lens-include.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/chromium-125-lens-include.patch b/chromium-125-lens-include.patch
new file mode 100644
index 0000000..70372e3
--- /dev/null
+++ b/chromium-125-lens-include.patch
@@ -0,0 +1,25 @@
+commit 251c365ea2c268a475f91c9913fabba6b41e2b6b
+Author: Jose Dapena Paz <jdapena@igalia.com>
+Date: Tue Apr 23 08:04:27 2024 +0000
+
+ IWYU: missing include for usage of std::optional in lens_overlay_url_builder.h
+
+ Bug: 41455655
+ Change-Id: I5ef0752f0cea84b64b5b5fde84d5203d9a5bccbb
+ Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5475524
+ Reviewed-by: Colin Blundell <blundell@chromium.org>
+ Commit-Queue: José Dapena Paz <jdapena@igalia.com>
+ Cr-Commit-Position: refs/heads/main@{#1291135}
+
+diff --git a/chrome/browser/lens/lens_overlay/lens_overlay_url_builder.h b/chrome/browser/lens/lens_overlay/lens_overlay_url_builder.h
+index 00ffff4902114..1be9c645e5fea 100644
+--- a/chrome/browser/lens/lens_overlay/lens_overlay_url_builder.h
++++ b/chrome/browser/lens/lens_overlay/lens_overlay_url_builder.h
+@@ -5,6 +5,7 @@
+ #ifndef CHROME_BROWSER_LENS_LENS_OVERLAY_LENS_OVERLAY_URL_BUILDER_H_
+ #define CHROME_BROWSER_LENS_LENS_OVERLAY_LENS_OVERLAY_URL_BUILDER_H_
+
++#include <optional>
+ #include <string>
+
+ #include "third_party/lens_server_proto/lens_overlay_cluster_info.pb.h"