aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2/varint_test.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-31 09:43:03 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-31 09:43:03 -0700
commit2877d7398e9f6bf815af3f42f21cb4c3d917be2e (patch)
tree7a08a3e544cf8583d4bb2405bb53e48ebdac5a65 /test/core/transport/chttp2/varint_test.c
parent2c73b22885ea07ecd338e71a0baf5cdcfc45605a (diff)
parent2b9012362ca03181eefaec22238c6100e77bb736 (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_resolvers
Diffstat (limited to 'test/core/transport/chttp2/varint_test.c')
-rw-r--r--test/core/transport/chttp2/varint_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/transport/chttp2/varint_test.c b/test/core/transport/chttp2/varint_test.c
index f06116a731..85c6c84f84 100644
--- a/test/core/transport/chttp2/varint_test.c
+++ b/test/core/transport/chttp2/varint_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/varint.h"
+#include "src/core/ext/transport/chttp2/transport/varint.h"
#include <grpc/support/log.h>
#include <grpc/support/slice.h>