blob: dfc6d10e3fa1c7e120a02769c273607fb2a9a78e [file] [log] [blame]
// Copyright 2014 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_NET_INFO_HELPER_H_
#define CONTENT_RENDERER_NET_INFO_HELPER_H_
#include "net/base/network_change_notifier.h"
#include "third_party/blink/public/platform/web_connection_type.h"
namespace content {
blink::WebConnectionType NetConnectionTypeToWebConnectionType(
net::NetworkChangeNotifier::ConnectionType type);
} // namespace content
#endif // CONTENT_RENDERER_NET_INFO_HELPER_H_