A few code reorganizations
Change-Id: If4632fecc7085e5448226c2061e08546757eda9b
diff --git a/tests/tree-generator.hpp b/tests/tree-generator.hpp
index 4c35084..d39d0f1 100644
--- a/tests/tree-generator.hpp
+++ b/tests/tree-generator.hpp
@@ -24,7 +24,8 @@
#include "sub-tree-binary.hpp"
-namespace nsl {
+namespace ndn {
+namespace delorean {
namespace tests {
class TreeGenerator
@@ -51,6 +52,7 @@
};
} // namespace tests
-} // namespace nsl
+} // namespace delorean
+} // namespace ndn
#endif // NDN_DELOREAN_TESTS_TREE_GENERATOR_HPP