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

Unified Diff: net/base/winsock_init.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « net/base/url_util_unittest.cc ('k') | net/base/winsock_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/winsock_init.h
diff --git a/net/base/winsock_init.h b/net/base/winsock_init.h
deleted file mode 100644
index c33de9dbfbe8136fc95a3f16da4ae48486c5e4a4..0000000000000000000000000000000000000000
--- a/net/base/winsock_init.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2011 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.
-
-// Winsock initialization must happen before any Winsock calls are made. The
-// EnsureWinsockInit method will make sure that WSAStartup has been called.
-
-#ifndef NET_BASE_WINSOCK_INIT_H_
-#define NET_BASE_WINSOCK_INIT_H_
-
-#include "net/base/net_export.h"
-
-namespace net {
-
-// Make sure that Winsock is initialized, calling WSAStartup if needed.
-NET_EXPORT void EnsureWinsockInit();
-
-} // namespace net
-
-#endif // NET_BASE_WINSOCK_INIT_H_
« no previous file with comments | « net/base/url_util_unittest.cc ('k') | net/base/winsock_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698