aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics/rpc_stats_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 13:10:02 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 13:10:02 -0700
commitfdec85fc5af8ef5c4b8a9d28a1a61877ddbb0e22 (patch)
tree4512c42b3fe832f07a80dd63a27242316055d69f /test/core/statistics/rpc_stats_test.c
parent92b3f568dbd1bf15c85cddac8d8f57a5a58201ef (diff)
parente5cc05b5c6cee7026a0d28d39925621451506820 (diff)
Merge github.com:grpc/grpc into fuzzy-bits
Diffstat (limited to 'test/core/statistics/rpc_stats_test.c')
-rw-r--r--test/core/statistics/rpc_stats_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/statistics/rpc_stats_test.c b/test/core/statistics/rpc_stats_test.c
index 3ece3caaf3..dc2f70bbd4 100644
--- a/test/core/statistics/rpc_stats_test.c
+++ b/test/core/statistics/rpc_stats_test.c
@@ -39,9 +39,9 @@
#include <grpc/support/string.h>
#include <grpc/support/thd.h>
#include <grpc/support/time.h>
-#include "src/core/statistics/census_interface.h"
-#include "src/core/statistics/census_rpc_stats.h"
-#include "src/core/statistics/census_tracing.h"
+#include "src/core/lib/statistics/census_interface.h"
+#include "src/core/lib/statistics/census_rpc_stats.h"
+#include "src/core/lib/statistics/census_tracing.h"
#include "test/core/util/test_config.h"
/* Ensure all possible state transitions are called without causing problem */