Normalizing namespace usage (ndnSIM namespace is now always under ns3)
diff --git a/utils/trie-with-policy.h b/utils/trie-with-policy.h
index bb5a668..12168ea 100644
--- a/utils/trie-with-policy.h
+++ b/utils/trie-with-policy.h
@@ -23,6 +23,8 @@
 
 #include "trie.h"
 
+namespace ns3
+{
 namespace ndnSIM
 {
 
@@ -234,5 +236,6 @@
 };
 
 } // ndnSIM
+} // ns3
 
 #endif // TRIE_WITH_POLICY_H_