summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-106-power_bookmarks-include.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-13 21:34:12 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-13 21:34:12 -0400
commita64debb722d36689bb1d3d3267b26a10caf55d1c (patch)
treea71e8fcb15dce4c50f48b1273196607264ff0b8c /www-client/chromium/files/chromium-106-power_bookmarks-include.patch
parent9ed8187806a6c1af4fc9a863806d076842a08a2e (diff)
downloadppo-a64debb722d36689bb1d3d3267b26a10caf55d1c.tar.xz
chromium: patch power_bookmark_service.cc
Diffstat (limited to 'www-client/chromium/files/chromium-106-power_bookmarks-include.patch')
-rw-r--r--www-client/chromium/files/chromium-106-power_bookmarks-include.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-106-power_bookmarks-include.patch b/www-client/chromium/files/chromium-106-power_bookmarks-include.patch
new file mode 100644
index 0000000..afc0cce
--- /dev/null
+++ b/www-client/chromium/files/chromium-106-power_bookmarks-include.patch
@@ -0,0 +1,20 @@
+diff --git a/components/power_bookmarks/core/power_bookmark_service.cc b/components/power_bookmarks/core/power_bookmark_service.cc
+index 7b9b35a5d..463fbbf35 100644
+--- a/components/power_bookmarks/core/power_bookmark_service.cc
++++ b/components/power_bookmarks/core/power_bookmark_service.cc
+@@ -4,6 +4,8 @@
+
+ #include "components/power_bookmarks/core/power_bookmark_service.h"
+
++#include <algorithm>
++
+ namespace power_bookmarks {
+
+ PowerBookmarkService::PowerBookmarkService() = default;
+@@ -22,4 +24,4 @@ void PowerBookmarkService::RemoveDataProvider(
+ data_providers_.erase(it);
+ }
+
+-} // namespace power_bookmarks
+\ No newline at end of file
++} // namespace power_bookmarks