chromium/components/update_client/task_traits.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_UPDATE_CLIENT_TASK_TRAITS_H_
#define COMPONENTS_UPDATE_CLIENT_TASK_TRAITS_H_

#include "base/task/task_traits.h"

namespace update_client {

// Task traits for tasks posted to base::ThreadPool from update_client.
constexpr base::TaskTraits kTaskTraits =;

constexpr base::TaskTraits kTaskTraitsBackgroundDownloader =;

}  // namespace update_client

#endif  // COMPONENTS_UPDATE_CLIENT_TASK_TRAITS_H_