| Index: webrtc/base/win32socketinit.h
|
| diff --git a/webrtc/base/win32socketinit.h b/webrtc/base/win32socketinit.h
|
| index 46d27cba05d5f5e4cb3c0ab9f614cdc80afd75e2..d7017e1387a022f656cc7cb2f60a3439ff0bca15 100644
|
| --- a/webrtc/base/win32socketinit.h
|
| +++ b/webrtc/base/win32socketinit.h
|
| @@ -11,10 +11,9 @@
|
| #ifndef WEBRTC_BASE_WIN32SOCKETINIT_H_
|
| #define WEBRTC_BASE_WIN32SOCKETINIT_H_
|
|
|
| -namespace rtc {
|
|
|
| -void EnsureWinsockInit();
|
| -
|
| -} // namespace rtc
|
| +// This header is deprecated and is just left here temporarily during
|
| +// refactoring. See https://bugs.webrtc.org/7634 for more details.
|
| +#include "webrtc/rtc_base/win32socketinit.h"
|
|
|
| #endif // WEBRTC_BASE_WIN32SOCKETINIT_H_
|
|
|