| Index: sync/api/sync_error_unittest.cc
|
| diff --git a/sync/api/sync_error_unittest.cc b/sync/api/sync_error_unittest.cc
|
| index 28fe2b61f8ecde46043267996d0127f0bb378bb2..593eb0f16b6102017fbb343194afb888568ecf18 100644
|
| --- a/sync/api/sync_error_unittest.cc
|
| +++ b/sync/api/sync_error_unittest.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/location.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using std::string;
|
| using syncable::ModelType;
|
| @@ -133,4 +133,4 @@ TEST_F(SyncErrorTest, ToString) {
|
|
|
| } // namespace
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|