blob: ed3a2f32f6d3ae127d3c6f53c6fe499495eafcbe [file] [log] [blame]
// Copyright 2019 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 "chrome/browser/performance_manager/public/graph/process_node.h"
#include "base/logging.h"
#include "chrome/browser/performance_manager/graph/process_node_impl.h"
namespace performance_manager {
ProcessNode::ProcessNode() = default;
ProcessNode::~ProcessNode() = default;
} // namespace performance_manager