Index: components/sync_driver/about_sync_util_unittest.cc |
diff --git a/components/sync_driver/about_sync_util_unittest.cc b/components/sync_driver/about_sync_util_unittest.cc |
index c3015b4e678b808032c551896dd4d533df67d675..47edbf1834f45a079949b70407be64189c7274ea 100644 |
--- a/components/sync_driver/about_sync_util_unittest.cc |
+++ b/components/sync_driver/about_sync_util_unittest.cc |
@@ -14,6 +14,7 @@ using ::testing::NiceMock; |
using ::testing::Return; |
using ::testing::_; |
+namespace sync_driver { |
namespace sync_ui_util { |
namespace { |
@@ -53,3 +54,4 @@ TEST(SyncUIUtilTestAbout, ConstructAboutInformationWithUnrecoverableErrorTest) { |
} // namespace |
} // namespace sync_ui_util |
+} // namespace sync_driver |