Nest all namespaces

The compiler supports this now.  We can type less going forward.
No functional changes.

Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I29d6fa4f9aacc0e381f1a7637294db0392466995
diff --git a/aos/uuid_collision_test.cc b/aos/uuid_collision_test.cc
index 05bbccd..99b870b 100644
--- a/aos/uuid_collision_test.cc
+++ b/aos/uuid_collision_test.cc
@@ -6,8 +6,7 @@
 
 #include "aos/uuid.h"
 
-namespace aos {
-namespace testing {
+namespace aos::testing {
 
 // Tests that modest numbers of UUID::Random() calls cannot create UUID
 // collisions (to test that we have not *completely* messed up the random number
@@ -40,5 +39,4 @@
     values.insert(value);
   }
 }
-}  // namespace testing
-}  // namespace aos
+}  // namespace aos::testing