// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/renderer/net_info_helper.h" namespace content { blink::WebConnectionType NetConnectionTypeToWebConnectionType( net::NetworkChangeNotifier::ConnectionType net_type) { … } } // namespace content