aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_client_cfstream.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-06-05 09:42:33 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-06-05 16:44:20 -0700
commitc512b4f039f0c5cb503b9aa130c617969dd741ce (patch)
tree608f01c4efa40e4e0be820e138cc09b6100a51ed /src/core/lib/iomgr/tcp_client_cfstream.cc
parent72f7159546fb1e993151935f6eef1eaade2c9126 (diff)
revert -framework CoreFoundation
Make error CFStream only
Diffstat (limited to 'src/core/lib/iomgr/tcp_client_cfstream.cc')
-rw-r--r--src/core/lib/iomgr/tcp_client_cfstream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_client_cfstream.cc b/src/core/lib/iomgr/tcp_client_cfstream.cc
index b1a40f7a30..ffed3bbef6 100644
--- a/src/core/lib/iomgr/tcp_client_cfstream.cc
+++ b/src/core/lib/iomgr/tcp_client_cfstream.cc
@@ -39,7 +39,7 @@
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/endpoint_cfstream.h"
#include "src/core/lib/iomgr/error.h"
-#include "src/core/lib/iomgr/error_apple.h"
+#include "src/core/lib/iomgr/error_cfstream.h"
#include "src/core/lib/iomgr/sockaddr_utils.h"
#include "src/core/lib/iomgr/tcp_client.h"
#include "src/core/lib/iomgr/timer.h"