| Index: sync/syncable/nigori_util_unittest.cc
|
| diff --git a/sync/syncable/nigori_util_unittest.cc b/sync/syncable/nigori_util_unittest.cc
|
| index 0ca239a941aa6cf7f5ae24c250fc4e0ef867a874..52e39a0f92bc6f2c8fe35e4f6cdee302386483bc 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
|
|
|