A few code reorganizations
Change-Id: If4632fecc7085e5448226c2061e08546757eda9b
diff --git a/core/sub-tree-binary.hpp b/core/sub-tree-binary.hpp
index ba52e1b..56fd66d 100644
--- a/core/sub-tree-binary.hpp
+++ b/core/sub-tree-binary.hpp
@@ -24,7 +24,8 @@
#include "node.hpp"
-namespace nsl {
+namespace ndn {
+namespace delorean {
typedef std::function<void(const Node::Index&)> CompleteCallback;
typedef std::function<void(const Node::Index&,
@@ -177,6 +178,7 @@
typedef shared_ptr<SubTreeBinary> SubTreeBinaryPtr;
typedef shared_ptr<const SubTreeBinary> ConstSubTreeBinaryPtr;
-} // namespace nsl
+} // namespace delorean
+} // namespace ndn
#endif // NDN_DELOREAN_CORE_SUB_TREE_HPP