blob: 5cc95954b4a03c6a9540dc6950991511ec228954 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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