Normalizing namespace usage (ndnSIM namespace is now always under ns3)
diff --git a/utils/stats-tree.cc b/utils/stats-tree.cc
index 7a7116c..aff2e93 100644
--- a/utils/stats-tree.cc
+++ b/utils/stats-tree.cc
@@ -26,6 +26,8 @@
 
 NS_LOG_COMPONENT_DEFINE ("StatsTree");
 
+namespace ns3
+{
 namespace ndnSIM
 {
 
@@ -156,4 +158,6 @@
 }
 
 
-}
+} // ndnSIM
+} // ns3
+