| Index: sync/internal_api/public/engine/model_safe_worker_unittest.cc
|
| diff --git a/sync/internal_api/public/engine/model_safe_worker_unittest.cc b/sync/internal_api/public/engine/model_safe_worker_unittest.cc
|
| index a8580e1849f8d8baf961a78b5ce8463dc7397abc..550c1b26443a79849df410b3959fccc27146c830 100644
|
| --- a/sync/internal_api/public/engine/model_safe_worker_unittest.cc
|
| +++ b/sync/internal_api/public/engine/model_safe_worker_unittest.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/values.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| class ModelSafeWorkerTest : public ::testing::Test {
|
| @@ -52,4 +52,4 @@ TEST_F(ModelSafeWorkerTest, GetRoutingInfoTypes) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|