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

Unified Diff: runtime/bin/sync_socket_win.cc

Issue 2809153003: Added sync_socket.h include in sync_socket_win.cc (Closed)
Patch Set: 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_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/sync_socket_win.cc
diff --git a/runtime/bin/sync_socket_win.cc b/runtime/bin/sync_socket_win.cc
index f01ac1c1b06c92f3e16424dd3eb474b523e5f8a1..07dbeee29bc06fc33c06a54538a7d4752b46a423 100644
--- a/runtime/bin/sync_socket_win.cc
+++ b/runtime/bin/sync_socket_win.cc
@@ -7,6 +7,8 @@
#include "platform/globals.h"
#if defined(HOST_OS_WINDOWS)
+#include "bin/sync_socket.h"
+
#include "bin/builtin.h"
#include "bin/log.h"
#include "bin/utils.h"
« no previous file with comments | « runtime/bin/socket_base_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698