chromium/components/background_task_scheduler/task_parameters.cc

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

#include "components/background_task_scheduler/task_parameters.h"

namespace background_task {

TaskParameters::TaskParameters() :{}

TaskParameters::~TaskParameters() = default;

}  // namespace background_task