summaryrefslogtreecommitdiff
path: root/chromium-125-appservice-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-125-appservice-include.patch')
-rw-r--r--chromium-125-appservice-include.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/chromium-125-appservice-include.patch b/chromium-125-appservice-include.patch
new file mode 100644
index 0000000..d1b5c46
--- /dev/null
+++ b/chromium-125-appservice-include.patch
@@ -0,0 +1,26 @@
+commit 54c4f460f35e0a4003aa4dd01007188ff00295cc
+Author: Jose Dapena Paz <jdapena@igalia.com>
+Date: Wed Apr 17 08:19:26 2024 +0000
+
+ IWYU: missing include for std::optional usage in app_types.h
+
+ Bug: 40939315
+ Change-Id: I845f4dd1598e38cbe5b22fe472079c41d24a8bd5
+ Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5456358
+ Reviewed-by: Tim Sergeant <tsergeant@chromium.org>
+ Commit-Queue: José Dapena Paz <jdapena@igalia.com>
+ Cr-Commit-Position: refs/heads/main@{#1288572}
+
+diff --git a/components/services/app_service/public/cpp/app_types.h b/components/services/app_service/public/cpp/app_types.h
+index 988b6b30f48ff..833ce6d975b0b 100644
+--- a/components/services/app_service/public/cpp/app_types.h
++++ b/components/services/app_service/public/cpp/app_types.h
+@@ -5,6 +5,8 @@
+ #ifndef COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_APP_TYPES_H_
+ #define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_APP_TYPES_H_
+
++#include <optional>
++
+ #include "base/component_export.h"
+ #include "components/services/app_service/public/cpp/macros.h"
+ #include "components/services/app_service/public/protos/app_types.pb.h"