// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TOOLS_MEMORY_SIMULATOR_METRICS_PROVIDER_H_ #define TOOLS_MEMORY_SIMULATOR_METRICS_PROVIDER_H_ #include <map> #include <string> #include <vector> #include "base/time/time.h" namespace memory_simulator { class MetricsProvider { … }; } // namespace memory_simulator #endif // TOOLS_MEMORY_SIMULATOR_METRICS_PROVIDER_H_