aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-26 12:45:20 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-26 12:45:20 -0700
commitbfe56801ad916248f43c2dcfaa96bd7442a65ae2 (patch)
treeff11c16292e306baa6ad952f7c0817d2326b8171 /src/core/lib/channel
parent4c2e3e7bb9f32d252a664bb83c5dea3ecda65a9b (diff)
Move method_config module from ext/client_channel to lib/transport.
Diffstat (limited to 'src/core/lib/channel')
-rw-r--r--src/core/lib/channel/message_size_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/message_size_filter.c b/src/core/lib/channel/message_size_filter.c
index b8b2546035..7dc5ae0df1 100644
--- a/src/core/lib/channel/message_size_filter.c
+++ b/src/core/lib/channel/message_size_filter.c
@@ -38,8 +38,8 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
-#include "src/core/ext/client_channel/method_config.h"
#include "src/core/lib/channel/channel_args.h"
+#include "src/core/lib/transport/method_config.h"
#define DEFAULT_MAX_SEND_MESSAGE_LENGTH -1 // Unlimited.
// The protobuf library will (by default) start warning at 100 megs.