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/util/options_test.cc b/aos/util/options_test.cc
index ee228cb..f560fe6 100644
--- a/aos/util/options_test.cc
+++ b/aos/util/options_test.cc
@@ -2,8 +2,7 @@
 
 #include "gtest/gtest.h"
 
-namespace aos {
-namespace testing {
+namespace aos::testing {
 
 class OptionsTest : public ::testing::Test {
  public:
@@ -52,5 +51,4 @@
   EXPECT_FALSE(one_three.AllSet(kOne | kTwo | kThree | kFour));
 }
 
-}  // namespace testing
-}  // namespace aos
+}  // namespace aos::testing