aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/chromium-96-CommandLine-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/chromium-96-CommandLine-include.patch')
-rw-r--r--community/chromium/chromium-96-CommandLine-include.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/chromium/chromium-96-CommandLine-include.patch b/community/chromium/chromium-96-CommandLine-include.patch
deleted file mode 100644
index 2d7b7e90237..00000000000
--- a/community/chromium/chromium-96-CommandLine-include.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 39e6e77798d86033e5eb1fb2a2caf20a5bca2262 Mon Sep 17 00:00:00 2001
-From: Stephan Hartmann <stha09@googlemail.com>
-Date: Sat, 9 Oct 2021 08:27:04 +0000
-Subject: [PATCH] IWYU: add memory for std::unique_ptr in base::CommandLine
-
----
- base/command_line.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/base/command_line.h b/base/command_line.h
-index 706726a..ad02812 100644
---- a/base/command_line.h
-+++ b/base/command_line.h
-@@ -19,6 +19,7 @@
- #include <stddef.h>
- #include <functional>
- #include <map>
-+#include <memory>
- #include <string>
- #include <vector>
-
---
-2.32.0
-