| Index: third_party/libjingle/overrides/talk/base/win32socketinit.cc
|
| diff --git a/third_party/libjingle/overrides/talk/base/win32socketinit.cc b/third_party/libjingle/overrides/talk/base/win32socketinit.cc
|
| deleted file mode 100644
|
| index e8434f60051ca8a23ab0a86b1a337a7d79762029..0000000000000000000000000000000000000000
|
| --- a/third_party/libjingle/overrides/talk/base/win32socketinit.cc
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// 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.
|
| -
|
| -// Redirect Libjingle's winsock initialization activity into Chromium's
|
| -// singleton object that managest precisely that for the browser.
|
| -
|
| -#include "talk/base/win32socketinit.h"
|
| -
|
| -#include "net/base/winsock_init.h"
|
| -
|
| -#ifndef WIN32
|
| -#error "Only compile this on Windows"
|
| -#endif
|
| -
|
| -namespace talk_base {
|
| -
|
| -void EnsureWinsockInit() {
|
| - net::EnsureWinsockInit();
|
| -}
|
| -
|
| -} // namespace talk_base
|
|
|