A few code reorganizations
Change-Id: If4632fecc7085e5448226c2061e08546757eda9b
diff --git a/common.hpp b/common.hpp
index a3cf9fb..40a48ce 100644
--- a/common.hpp
+++ b/common.hpp
@@ -54,7 +54,8 @@
#include <boost/property_tree/ptree.hpp>
#include <boost/scoped_ptr.hpp>
-namespace nsl {
+namespace ndn {
+namespace delorean {
using std::size_t;
@@ -88,6 +89,7 @@
namespace name = ndn::name;
namespace time = ndn::time;
-} // namespace nsl
+} // namespace delorean
+} // namespace ndn
#endif // NDN_DELOREAN_COMMON_HPP