aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2/stream_map_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 23:13:19 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 23:13:19 -0700
commitd9a60bbd2628f9a19e7bf0ff97c5c156dded73cf (patch)
tree42e57e6117246be7241a4d09e87c39f24615b447 /test/core/transport/chttp2/stream_map_test.c
parentc22781525c1113ae04496f49a5f5fa10fea96534 (diff)
parentafbae1f583b9b34b60a975c0cee7b336399ade8b (diff)
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'test/core/transport/chttp2/stream_map_test.c')
-rw-r--r--test/core/transport/chttp2/stream_map_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/transport/chttp2/stream_map_test.c b/test/core/transport/chttp2/stream_map_test.c
index 527d2fe0ae..baeac175ea 100644
--- a/test/core/transport/chttp2/stream_map_test.c
+++ b/test/core/transport/chttp2/stream_map_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/transport/chttp2/stream_map.h"
+#include "src/core/lib/transport/chttp2/stream_map.h"
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"