blob: 713ffab08b193cfc59ebe9b411910608cdf9fc40 [file] [log] [blame]
// Copyright 2019 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/performance_manager/public/graph/system_node.h"
#include "components/performance_manager/graph/system_node_impl.h"
namespace performance_manager {
SystemNode::SystemNode() = default;
SystemNode::~SystemNode() = default;
SystemNodeObserver::SystemNodeObserver() = default;
SystemNodeObserver::~SystemNodeObserver() = default;
} // namespace performance_manager