// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/task/sequence_manager/task_time_observer.h" namespace base::sequence_manager { TaskTimeObserver::~TaskTimeObserver() { … } } // namespace base::sequence_manager