| // 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/frame_node.h" | |
| #include "base/logging.h" | |
| #include "chrome/browser/performance_manager/graph/frame_node_impl.h" | |
| namespace performance_manager { | |
| FrameNode::FrameNode() = default; | |
| FrameNode::~FrameNode() = default; | |
| } // namespace performance_manager |