blob: 7f50b074693696049be9a52207670ffa2b5cac36 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_RENDERER_EFFECTIVE_CONNECTION_TYPE_HELPER_H_
#define CONTENT_RENDERER_EFFECTIVE_CONNECTION_TYPE_HELPER_H_
#include "net/nqe/network_quality_estimator.h"
#include "third_party/WebKit/public/platform/WebEffectiveConnectionType.h"
namespace content {
blink::WebEffectiveConnectionType
EffectiveConnectionTypeToWebEffectiveConnectionType(
net::NetworkQualityEstimator::EffectiveConnectionType net_type);
} // namespace content
#endif // CONTENT_RENDERER_EFFECTIVE_CONNECTION_TYPE_HELPER_H_