| Index: components/sync/core_impl/test/fake_model_type_processor.cc | 
| diff --git a/components/sync/core_impl/test/fake_model_type_processor.cc b/components/sync/core_impl/test/fake_model_type_processor.cc | 
| index ca19943b36f4d5c69d378f0be36df383c02e38d5..8858a608f65d494623a94d22eaccfa3df55f9d6d 100644 | 
| --- a/components/sync/core_impl/test/fake_model_type_processor.cc | 
| +++ b/components/sync/core_impl/test/fake_model_type_processor.cc | 
| @@ -6,7 +6,7 @@ | 
|  | 
| #include "components/sync/engine/commit_queue.h" | 
|  | 
| -namespace syncer_v2 { | 
| +namespace syncer { | 
|  | 
| FakeModelTypeProcessor::FakeModelTypeProcessor() {} | 
| FakeModelTypeProcessor::~FakeModelTypeProcessor() {} | 
| @@ -23,4 +23,4 @@ void FakeModelTypeProcessor::OnUpdateReceived( | 
| const sync_pb::DataTypeState& type_state, | 
| const UpdateResponseDataList& updates) {} | 
|  | 
| -}  // namespace syncer_v2 | 
| +}  // namespace syncer | 
|  |