summarylogtreecommitdiffstats
path: root/add-missing-algorithm-header-in-crx_install_error.cc.patch
diff options
context:
space:
mode:
authorjk2020-07-18 15:46:31 -0500
committerjk2020-07-18 15:48:57 -0500
commit1619e5bda076fa5a73265a2f4f9d2a299fc33add (patch)
treee0fde694dc57f87c55a7bc9564137ddb2d6439bc /add-missing-algorithm-header-in-crx_install_error.cc.patch
parenteaa35091b9f09117931562c5481750bb0474dc76 (diff)
downloadaur-1619e5bda076fa5a73265a2f4f9d2a299fc33add.tar.gz
upgpkg: ungoogled-chromium-git 84.0.4147.89.1.r0.gdf199c0-1
upstream release
Diffstat (limited to 'add-missing-algorithm-header-in-crx_install_error.cc.patch')
-rw-r--r--add-missing-algorithm-header-in-crx_install_error.cc.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/add-missing-algorithm-header-in-crx_install_error.cc.patch b/add-missing-algorithm-header-in-crx_install_error.cc.patch
deleted file mode 100644
index 570f7b319534..000000000000
--- a/add-missing-algorithm-header-in-crx_install_error.cc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 2b9d6daa0ab5ce45ec5555466d5a5a583a020ea8 Mon Sep 17 00:00:00 2001
-From: Daniel Playfair Cal <daniel.playfair.cal@gmail.com>
-Date: Sat, 18 Apr 2020 00:27:38 +0000
-Subject: [PATCH] Add missing algorithm header in crx_install_error.cc
-
-This is needed for the use of std::find.
-
-Change-Id: I2dc43b3887c467986c5346be5a9e27a987e1e5b3
-Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152333
-Reviewed-by: Ken Rockot <rockot@google.com>
-Commit-Queue: Ken Rockot <rockot@google.com>
-Cr-Commit-Position: refs/heads/master@{#760272}
----
- extensions/browser/install/crx_install_error.cc | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/extensions/browser/install/crx_install_error.cc b/extensions/browser/install/crx_install_error.cc
-index a9765bb0a5a..bd0d3e35a16 100644
---- a/extensions/browser/install/crx_install_error.cc
-+++ b/extensions/browser/install/crx_install_error.cc
-@@ -4,6 +4,8 @@
-
- #include "extensions/browser/install/crx_install_error.h"
-
-+#include <algorithm>
-+
- #include "base/logging.h"
- #include "extensions/browser/install/sandboxed_unpacker_failure_reason.h"
-