// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/common/font_list.h" #include "base/task/lazy_thread_pool_task_runner.h" #include "base/task/sequenced_task_runner.h" namespace content { namespace … // namespace scoped_refptr<base::SequencedTaskRunner> GetFontListTaskRunner() { … } } // content