// 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 CHROME_BROWSER_PREDICTORS_NETWORK_HINTS_HANDLER_IMPL_H_ #define CHROME_BROWSER_PREDICTORS_NETWORK_HINTS_HANDLER_IMPL_H_ #include "base/memory/weak_ptr.h" #include "components/network_hints/common/network_hints.mojom.h" namespace content { class RenderFrameHost; } namespace predictors { class PreconnectManager; class NetworkHintsHandlerImpl : public network_hints::mojom::NetworkHintsHandler { … }; } // namespace predictors #endif // CHROME_BROWSER_PREDICTORS_NETWORK_HINTS_HANDLER_IMPL_H_