Move key-chain to security subdirectory.
diff --git a/tests/test-publish-async.cpp b/tests/test-publish-async.cpp
index a7ba291..78bc12b 100644
--- a/tests/test-publish-async.cpp
+++ b/tests/test-publish-async.cpp
@@ -8,7 +8,7 @@
 #include <iostream>
 #include <time.h>
 #include "../ndn-cpp/face.hpp"
-#include "../ndn-cpp/key-chain.hpp"
+#include "../ndn-cpp/security/key-chain.hpp"
 
 using namespace std;
 using namespace ndn;