blob: 4f18ca59e2b48e1cf8cf9696bd689acb0cb01fd7 [file] [log] [blame]
// 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() : task_id(0) {}
TaskParameters::~TaskParameters() = default;
} // namespace background_task