aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/auth_property_iterator_test.cc
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-28 16:28:18 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-28 16:28:18 -0700
commit5be92a316de32fd7552d64bcf70703f1ea9e41d8 (patch)
tree7d1c863d1ab08dc9c46f10ced51ff3dc6bb4c884 /test/cpp/common/auth_property_iterator_test.cc
parent97cd4ae606a39a62c07b0d2ce2687af3ce812645 (diff)
Shuffling headers around.
Diffstat (limited to 'test/cpp/common/auth_property_iterator_test.cc')
-rw-r--r--test/cpp/common/auth_property_iterator_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/common/auth_property_iterator_test.cc b/test/cpp/common/auth_property_iterator_test.cc
index e6226d6a09..a629ff5a90 100644
--- a/test/cpp/common/auth_property_iterator_test.cc
+++ b/test/cpp/common/auth_property_iterator_test.cc
@@ -32,7 +32,7 @@
*/
#include <grpc/grpc_security.h>
-#include <grpc++/support/auth_context.h>
+#include <grpc++/security/auth_context.h>
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
#include "test/cpp/util/string_ref_helper.h"