// Copyright 2019 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_OPTIMIZATION_GUIDE_CORE_TOP_HOST_PROVIDER_H_ #define COMPONENTS_OPTIMIZATION_GUIDE_CORE_TOP_HOST_PROVIDER_H_ #include <string> #include <vector> namespace optimization_guide { // A class to handle querying for the top hosts for a user. class TopHostProvider { … }; } // namespace optimization_guide #endif // COMPONENTS_OPTIMIZATION_GUIDE_CORE_TOP_HOST_PROVIDER_H_