blob: ba9bc523a0a27d4f462b8983903e556bb1ab12ad [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/process_node.h"
#include "components/performance_manager/graph/process_node_impl.h"
namespace performance_manager {
ProcessNode::ProcessNode() = default;
ProcessNode::~ProcessNode() = default;
ProcessNodeObserver::ProcessNodeObserver() = default;
ProcessNodeObserver::~ProcessNodeObserver() = default;
} // namespace performance_manager