summarylogtreecommitdiffstats
path: root/0007-Add-missing-memory-header-in-trust_token_attribute_p.patch
diff options
context:
space:
mode:
Diffstat (limited to '0007-Add-missing-memory-header-in-trust_token_attribute_p.patch')
-rw-r--r--0007-Add-missing-memory-header-in-trust_token_attribute_p.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0007-Add-missing-memory-header-in-trust_token_attribute_p.patch b/0007-Add-missing-memory-header-in-trust_token_attribute_p.patch
deleted file mode 100644
index 8e919df96f48..000000000000
--- a/0007-Add-missing-memory-header-in-trust_token_attribute_p.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 71b4b6b16053ee3b6d2fb47a80007ca248caa0d7 Mon Sep 17 00:00:00 2001
-From: Daniel Playfair Cal <daniel.playfair.cal@gmail.com>
-Date: Fri, 17 Apr 2020 02:14:15 +1000
-Subject: [PATCH 7/8] Add missing memory header in
- trust_token_attribute_parsing.h
-
----
- .../blink/renderer/core/html/trust_token_attribute_parsing.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h b/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h
-index f5a7ab03892b..ef19cfaf680f 100644
---- a/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h
-+++ b/third_party/blink/renderer/core/html/trust_token_attribute_parsing.h
-@@ -5,6 +5,8 @@
- #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_TRUST_TOKEN_ATTRIBUTE_PARSING_H_
- #define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_TRUST_TOKEN_ATTRIBUTE_PARSING_H_
-
-+#include <memory>
-+
- #include "base/optional.h"
- #include "services/network/public/mojom/trust_tokens.mojom-blink-forward.h"
- #include "third_party/blink/renderer/core/core_export.h"
---
-2.26.1
-