aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call_log_batch.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-01-23 08:58:11 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-01-23 08:58:11 -0800
commitbd0c019c39afde113f5f66b27b1e6055f2635725 (patch)
tree5dfa40a2e3158b5651bf42134077d52b6fb7fea2 /src/core/lib/surface/call_log_batch.cc
parent90a00f8db60e5a0bbcdf1f0111b7f3ff60579016 (diff)
parentac0808b107d73613191b66617a547a201871a845 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing
Diffstat (limited to 'src/core/lib/surface/call_log_batch.cc')
-rw-r--r--src/core/lib/surface/call_log_batch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/call_log_batch.cc b/src/core/lib/surface/call_log_batch.cc
index 535a3d3282..d56ea2a932 100644
--- a/src/core/lib/surface/call_log_batch.cc
+++ b/src/core/lib/surface/call_log_batch.cc
@@ -22,8 +22,8 @@
#include <grpc/support/alloc.h>
#include <grpc/support/string_util.h>
+#include "src/core/lib/gpr/string.h"
#include "src/core/lib/slice/slice_string_helpers.h"
-#include "src/core/lib/support/string.h"
static void add_metadata(gpr_strvec* b, const grpc_metadata* md, size_t count) {
size_t i;