xref: /aosp_15_r20/external/libchrome/libchrome_tools/patch/task_annotator.patch (revision 635a864187cb8b6c713ff48b7e790a6b21769273)
1diff --git a/base/debug/task_annotator.h b/base/debug/task_annotator.h
2index fedca7d..9ff5c7b 100644
3--- a/base/debug/task_annotator.h
4+++ b/base/debug/task_annotator.h
5@@ -20,6 +20,7 @@ class BASE_EXPORT TaskAnnotator {
6  public:
7   class ObserverForTesting {
8    public:
9+    virtual ~ObserverForTesting() = default;
10     // Invoked just before RunTask() in the scope in which the task is about to
11     // be executed.
12     virtual void BeforeRunTask(const PendingTask* pending_task) = 0;
13