// Copyright 2024 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/test_support/graph/mock_page_node_observer.h"

namespace performance_manager {

LenientMockPageNodeObserver::LenientMockPageNodeObserver() = default;
LenientMockPageNodeObserver::~LenientMockPageNodeObserver() = default;

}  // namespace performance_manager
