summaryrefslogtreecommitdiffstats
path: root/sync/syncable/nigori_util_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/nigori_util_unittest.cc')
-rw-r--r--sync/syncable/nigori_util_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/syncable/nigori_util_unittest.cc b/sync/syncable/nigori_util_unittest.cc
index 0ca239a..52e39a0 100644
--- a/sync/syncable/nigori_util_unittest.cc
+++ b/sync/syncable/nigori_util_unittest.cc
@@ -8,6 +8,7 @@
#include "sync/util/cryptographer.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace syncer {
namespace syncable {
typedef testing::Test NigoriUtilTest;
@@ -46,3 +47,4 @@ TEST(NigoriUtilTest, SpecificsNeedsEncryption) {
// are tested in apply_updates_command_unittest.cc
} // namespace syncable
+} // namespace syncer