blob: 24a954593f29dfe0a5695b2e80878c1501f73f05 [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 "content/renderer/agent_scheduling_group.h"
namespace content {
AgentSchedulingGroup::AgentSchedulingGroup() = default;
AgentSchedulingGroup::~AgentSchedulingGroup() = default;
} // namespace content