Fixes
diff --git a/Makefile b/Makefile
index e3124b1..d3b5ef8 100644
--- a/Makefile
+++ b/Makefile
@@ -7831,7 +7831,7 @@
 
 
 HTTP_REQUEST_FUZZER_TEST_SRC = \
-    test/core/httpcli/request_fuzzer.c \
+    test/core/http/request_fuzzer.c \
 
 HTTP_REQUEST_FUZZER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTP_REQUEST_FUZZER_TEST_SRC))))
 ifeq ($(NO_SECURE),true)
@@ -7851,7 +7851,7 @@
 
 endif
 
-$(OBJDIR)/$(CONFIG)/test/core/httpcli/request_fuzzer.o:  $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
+$(OBJDIR)/$(CONFIG)/test/core/http/request_fuzzer.o:  $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
 
 deps_http_request_fuzzer_test: $(HTTP_REQUEST_FUZZER_TEST_OBJS:.o=.dep)
 
@@ -7863,7 +7863,7 @@
 
 
 HTTP_RESPONSE_FUZZER_TEST_SRC = \
-    test/core/httpcli/response_fuzzer.c \
+    test/core/http/response_fuzzer.c \
 
 HTTP_RESPONSE_FUZZER_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(HTTP_RESPONSE_FUZZER_TEST_SRC))))
 ifeq ($(NO_SECURE),true)
@@ -7883,7 +7883,7 @@
 
 endif
 
-$(OBJDIR)/$(CONFIG)/test/core/httpcli/response_fuzzer.o:  $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
+$(OBJDIR)/$(CONFIG)/test/core/http/response_fuzzer.o:  $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a
 
 deps_http_response_fuzzer_test: $(HTTP_RESPONSE_FUZZER_TEST_OBJS:.o=.dep)
 
diff --git a/build.yaml b/build.yaml
index 510885b..bd75088 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1589,7 +1589,7 @@
   build: fuzzer
   language: c
   src:
-  - test/core/httpcli/request_fuzzer.c
+  - test/core/http/request_fuzzer.c
   deps:
   - grpc_test_util
   - grpc
@@ -1601,7 +1601,7 @@
   build: fuzzer
   language: c
   src:
-  - test/core/httpcli/response_fuzzer.c
+  - test/core/http/response_fuzzer.c
   deps:
   - grpc_test_util
   - grpc
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 3319c2c..2e5e5e7 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -957,7 +957,7 @@
     "language": "c", 
     "name": "http_request_fuzzer_test", 
     "src": [
-      "test/core/httpcli/request_fuzzer.c"
+      "test/core/http/request_fuzzer.c"
     ], 
     "third_party": false, 
     "type": "target"
@@ -973,7 +973,7 @@
     "language": "c", 
     "name": "http_response_fuzzer_test", 
     "src": [
-      "test/core/httpcli/response_fuzzer.c"
+      "test/core/http/response_fuzzer.c"
     ], 
     "third_party": false, 
     "type": "target"