aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-24 16:23:50 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-24 16:23:50 -0800
commitbf515b6f7f2d97d0336f48c606abdd6f66e05cc6 (patch)
tree3a5c20e9213c34f95e340512578070d483017c42 /test/cpp/common
parent181d420e04cfef275a69b6fd8e1964333e40260f (diff)
parentf2cf3d94a1a46db2ebb2c13c3476e58ecdae6006 (diff)
Merge github.com:grpc/grpc into cpp_bazelness
Diffstat (limited to 'test/cpp/common')
-rw-r--r--test/cpp/common/channel_filter_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/common/channel_filter_test.cc b/test/cpp/common/channel_filter_test.cc
index 32246a4b76..d78b05e5d8 100644
--- a/test/cpp/common/channel_filter_test.cc
+++ b/test/cpp/common/channel_filter_test.cc
@@ -55,7 +55,7 @@ class MyCallData : public CallData {
MyCallData() {}
grpc_error* Init(grpc_exec_ctx* exec_ctx, ChannelData* channel_data,
- grpc_call_element_args* args) override {
+ const grpc_call_element_args* args) override {
(void)args->path; // Make sure field is available.
return GRPC_ERROR_NONE;
}