Commit 31999af1 authored by Timothy Pearson's avatar Timothy Pearson
Browse files

Work around FTBFS with Ungoogled patch set

parent 03c34e0b
......@@ -988,3 +988,15 @@ Index: chromium-129.0.6668.58/third_party/devtools-frontend/src/front_end/models
- public_deps = [ "../../../../panels/timeline/fixtures/traces" ]
}
Index: chromium-129.0.6668.58/chrome/browser/ui/lens/lens_overlay_controller.cc
===================================================================
--- chromium-129.0.6668.58.orig/chrome/browser/ui/lens/lens_overlay_controller.cc
+++ chromium-129.0.6668.58/chrome/browser/ui/lens/lens_overlay_controller.cc
@@ -9,6 +9,7 @@
#include "base/metrics/histogram_functions.h"
#include "base/no_destructor.h"
#include "base/system/sys_info.h"
+#include "base/task/thread_pool.h"
#include "base/task/bind_post_task.h"
#include "base/task/sequenced_task_runner.h"
#include "chrome/browser/feedback/show_feedback_page.h
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment