// 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. #ifndef COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_LOAD_TRACKER_DECORATOR_DATA_H_ #define COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_LOAD_TRACKER_DECORATOR_DATA_H_ #include "base/time/time.h" #include "base/timer/timer.h" #include "base/values.h" #include "components/performance_manager/graph/node_inline_data.h" namespace performance_manager { class PageNodeImpl; class PageLoadTrackerDecoratorData : public SparseNodeInlineData<PageLoadTrackerDecoratorData> { … }; } // namespace performance_manager #endif // COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_LOAD_TRACKER_DECORATOR_DATA_H_