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

Unified Diff: runtime/bin/io_service.cc

Issue 2903743002: Porting SecureSocket to use BoringSSL on OSX (Closed)
Patch Set: Addressed missed comment from last patch set 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
Index: runtime/bin/io_service.cc
diff --git a/runtime/bin/io_service.cc b/runtime/bin/io_service.cc
index 2a685f1d6ad233abc7a97a3f49e442a4908a5481..c5e56287f2c753ee9e48ba937a322a2d722403e7 100644
--- a/runtime/bin/io_service.cc
+++ b/runtime/bin/io_service.cc
@@ -10,7 +10,8 @@
#include "bin/directory.h"
#include "bin/file.h"
#include "bin/io_buffer.h"
-#include "bin/secure_socket.h"
+#include "bin/secure_socket_filter.h"
+#include "bin/security_context.h"
#include "bin/socket.h"
#include "bin/utils.h"

Powered by Google App Engine
This is Rietveld 408576698