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

Unified Diff: runtime/bin/socket_base_fuchsia.h

Issue 2797993005: Re-land socket refactor with fixes for Windows. (Closed)
Patch Set: Rebased + reverted original revert Created 3 years, 8 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 | « runtime/bin/socket_base_android.cc ('k') | runtime/bin/socket_base_fuchsia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket_base_fuchsia.h
diff --git a/runtime/bin/socket_fuchsia.h b/runtime/bin/socket_base_fuchsia.h
similarity index 54%
rename from runtime/bin/socket_fuchsia.h
rename to runtime/bin/socket_base_fuchsia.h
index a19df5dd8eac3b7fb00870a0ddd880e1ea257575..3ec33432202c8b0577357d4bb90e2dc9bc44eb8c 100644
--- a/runtime/bin/socket_fuchsia.h
+++ b/runtime/bin/socket_base_fuchsia.h
@@ -2,15 +2,15 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef RUNTIME_BIN_SOCKET_FUCHSIA_H_
-#define RUNTIME_BIN_SOCKET_FUCHSIA_H_
+#ifndef RUNTIME_BIN_SOCKET_BASE_FUCHSIA_H_
+#define RUNTIME_BIN_SOCKET_BASE_FUCHSIA_H_
-#if !defined(RUNTIME_BIN_SOCKET_H_)
-#error Do not include socket_fuchsia.h directly. Use socket.h.
+#if !defined(RUNTIME_BIN_SOCKET_BASE_H_)
+#error Do not include socket_base_fuchsia.h directly. Use socket_base.h.
#endif
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>
-#endif // RUNTIME_BIN_SOCKET_FUCHSIA_H_
+#endif // RUNTIME_BIN_SOCKET_BASE_FUCHSIA_H_
« no previous file with comments | « runtime/bin/socket_base_android.cc ('k') | runtime/bin/socket_base_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698