Index: components/sync/api/mock_model_type_store.cc |
diff --git a/components/sync/api/mock_model_type_store.cc b/components/sync/api/mock_model_type_store.cc |
index 0ff3cbf21428dcc95fc62cef4ffc7c329b382674..54f2b7aea5cf241cd762c4c2878ceff2b76fc9d6 100644 |
--- a/components/sync/api/mock_model_type_store.cc |
+++ b/components/sync/api/mock_model_type_store.cc |
@@ -13,7 +13,7 @@ |
#include "base/single_thread_task_runner.h" |
#include "base/threading/thread_task_runner_handle.h" |
-namespace syncer_v2 { |
+namespace syncer { |
MockModelTypeStore::MockModelTypeStore() {} |
@@ -161,4 +161,4 @@ void MockModelTypeStore::RegisterDeleteGlobalMetadataHandler( |
delete_global_metadata_handler_ = handler; |
} |
-} // namespace syncer_v2 |
+} // namespace syncer |