diff options
Diffstat (limited to 'sync/engine/apply_updates_command_unittest.cc')
-rw-r--r-- | sync/engine/apply_updates_command_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/engine/apply_updates_command_unittest.cc b/sync/engine/apply_updates_command_unittest.cc index e60c15f..517e7f2 100644 --- a/sync/engine/apply_updates_command_unittest.cc +++ b/sync/engine/apply_updates_command_unittest.cc @@ -25,7 +25,7 @@ #include "sync/util/cryptographer.h" #include "testing/gtest/include/gtest/gtest.h" -namespace browser_sync { +namespace csync { using sessions::SyncSession; using std::string; @@ -531,7 +531,7 @@ TEST_F(ApplyUpdatesCommandTest, DecryptablePassword) { cryptographer = directory()->GetCryptographer(&trans); } - browser_sync::KeyParams params = {"localhost", "dummy", "foobar"}; + csync::KeyParams params = {"localhost", "dummy", "foobar"}; cryptographer->AddKey(params); sync_pb::EntitySpecifics specifics; @@ -1005,4 +1005,4 @@ TEST_F(ApplyUpdatesCommandTest, CannotEncryptUnsyncedChanges) { } } -} // namespace browser_sync +} // namespace csync |