Refactor and modernize namespace declarations
Move all unit tests to namespace nfd::tests
Delete unused header core/algorithm.hpp
Change-Id: I5591f0c5f3bb5db67f8b45fae95471f8a555ca68
diff --git a/daemon/face/face-counters.hpp b/daemon/face/face-counters.hpp
index bfe08bd..7d7cdc3 100644
--- a/daemon/face/face-counters.hpp
+++ b/daemon/face/face-counters.hpp
@@ -29,8 +29,7 @@
#include "link-service.hpp"
#include "transport.hpp"
-namespace nfd {
-namespace face {
+namespace nfd::face {
/** \brief gives access to counters provided by Face
*
@@ -94,7 +93,6 @@
const Transport::Counters& m_transportCounters;
};
-} // namespace face
-} // namespace nfd
+} // namespace nfd::face
#endif // NFD_DAEMON_FACE_FACE_COUNTERS_HPP