// Copyright 2016 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/thread_pool/task_source_sort_key.h" namespace base { namespace internal { static_assert …; TaskSourceSortKey::TaskSourceSortKey(TaskPriority priority, TimeTicks ready_time, uint8_t worker_count) : … { … } bool TaskSourceSortKey::operator<(const TaskSourceSortKey& other) const { … } } // namespace internal } // namespace base