blob: 6203988704d6aca1a2c31d1dbf3a3da3385085e5 [file]
// 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/page_node.h"
#include "base/logging.h"
#include "chrome/browser/performance_manager/graph/page_node_impl.h"
namespace performance_manager {
PageNode::PageNode() = default;
PageNode::~PageNode() = default;
} // namespace performance_manager