Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: webrtc/base/win32socketinit.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/win32securityerrors.cc ('k') | webrtc/base/win32socketinit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/base/win32securityerrors.cc ('k') | webrtc/base/win32socketinit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698