| Index: sync/util/cryptographer_unittest.cc
|
| diff --git a/sync/util/cryptographer_unittest.cc b/sync/util/cryptographer_unittest.cc
|
| index fbb97ffa0937cee10c6e88b3c1846914f16f0bec..ca9c48d49a123aeb19d6b700f966db0db759a4cc 100644
|
| --- a/sync/util/cryptographer_unittest.cc
|
| +++ b/sync/util/cryptographer_unittest.cc
|
| @@ -15,7 +15,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| namespace {
|
|
|
| @@ -388,4 +388,4 @@ TEST_F(SyncCryptographerTest, UnknownSensitiveTypes) {
|
| cryptographer_.RemoveObserver(&observer);
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|