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/condition_test.cc b/aos/condition_test.cc
index c83dc19..1551cb0 100644
--- a/aos/condition_test.cc
+++ b/aos/condition_test.cc
@@ -21,8 +21,7 @@
 #include "aos/time/time.h"
 #include "aos/type_traits/type_traits.h"
 
-namespace aos {
-namespace testing {
+namespace aos::testing {
 
 namespace chrono = ::std::chrono;
 
@@ -382,5 +381,4 @@
   EXPECT_FALSE(child3.Hung());
 }
 
-}  // namespace testing
-}  // namespace aos
+}  // namespace aos::testing