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/testing/test_shm.cc b/aos/testing/test_shm.cc
index 8dc189a..1b168ea 100644
--- a/aos/testing/test_shm.cc
+++ b/aos/testing/test_shm.cc
@@ -7,8 +7,7 @@
 #include "aos/logging/logging.h"
 #include "aos/testing/test_logging.h"
 
-namespace aos {
-namespace testing {
+namespace aos::testing {
 namespace {
 
 const size_t kCoreSize = 0x100000;
@@ -35,5 +34,4 @@
   global_core = NULL;
 }
 
-}  // namespace testing
-}  // namespace aos
+}  // namespace aos::testing