aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/byte_buffer_test.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 16:16:35 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-26 16:16:35 -0700
commitb37d53ebc0414777e3999bcad820b174a24291a9 (patch)
tree0f7dee71d0a758e5be6b548ac84efea1b1d95e6f /test/cpp/util/byte_buffer_test.cc
parentd41a4a720f76c6555b80f82ee771071e09d55e03 (diff)
Bulk update #includes
Diffstat (limited to 'test/cpp/util/byte_buffer_test.cc')
-rw-r--r--test/cpp/util/byte_buffer_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/byte_buffer_test.cc b/test/cpp/util/byte_buffer_test.cc
index f66f471d7e..2630c76e87 100644
--- a/test/cpp/util/byte_buffer_test.cc
+++ b/test/cpp/util/byte_buffer_test.cc
@@ -37,7 +37,7 @@
#include <vector>
#include <grpc++/support/slice.h>
-#include <grpc/support/slice.h>
+#include <grpc/slice.h>
#include <gtest/gtest.h>
namespace grpc {