fixup! [M120 Migration] Notify media device state to webbrowser
[platform/framework/web/chromium-efl.git] / components / background_task_scheduler / task_parameters.cc
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/background_task_scheduler/task_parameters.h"
6
7 namespace background_task {
8
9 TaskParameters::TaskParameters() : task_id(0) {}
10
11 TaskParameters::~TaskParameters() = default;
12
13 }  // namespace background_task