aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/http/http_filters_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/filters/http/http_filters_plugin.c')
-rw-r--r--src/core/ext/filters/http/http_filters_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/http/http_filters_plugin.c b/src/core/ext/filters/http/http_filters_plugin.c
index a6e35bc181..825c21cb6a 100644
--- a/src/core/ext/filters/http/http_filters_plugin.c
+++ b/src/core/ext/filters/http/http_filters_plugin.c
@@ -34,7 +34,7 @@
#include <string.h>
#include "src/core/ext/filters/http/client/http_client_filter.h"
-#include "src/core/ext/filters/http/compress/compress_filter.h"
+#include "src/core/ext/filters/http/message_compress/message_compress_filter.h"
#include "src/core/ext/filters/http/server/http_server_filter.h"
#include "src/core/lib/channel/channel_stack_builder.h"
#include "src/core/lib/surface/channel_init.h"