| Index: components/sync/test/engine/mock_model_type_worker.cc
|
| diff --git a/components/sync/test/engine/mock_model_type_worker.cc b/components/sync/test/engine/mock_model_type_worker.cc
|
| index ee9c3f64caf5e4df5847f7e188305223402a2486..17a4c64a547d7c089fc6056b60f69b1e3855faa1 100644
|
| --- a/components/sync/test/engine/mock_model_type_worker.cc
|
| +++ b/components/sync/test/engine/mock_model_type_worker.cc
|
| @@ -12,7 +12,7 @@
|
| #include "components/sync/syncable/syncable_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
|
|
| namespace {
|
|
|
| @@ -244,4 +244,4 @@ void MockModelTypeWorker::SetServerVersion(const std::string& tag_hash,
|
| server_versions_[tag_hash] = version;
|
| }
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|