Index: components/sync/test/engine/mock_model_type_worker.h |
diff --git a/components/sync/test/engine/mock_model_type_worker.h b/components/sync/test/engine/mock_model_type_worker.h |
index 7fc5b7a4d80d193533a710ba3cb9e6c0e1fc434e..16c6ef63b87ae5be8db9a098095645dfed719fc3 100644 |
--- a/components/sync/test/engine/mock_model_type_worker.h |
+++ b/components/sync/test/engine/mock_model_type_worker.h |
@@ -20,7 +20,7 @@ |
#include "components/sync/protocol/data_type_state.pb.h" |
#include "components/sync/protocol/sync.pb.h" |
-namespace syncer_v2 { |
+namespace syncer { |
// Receives and records commit requests sent through the ModelTypeWorker. |
// |
@@ -123,6 +123,6 @@ class MockModelTypeWorker : public CommitQueue { |
DISALLOW_COPY_AND_ASSIGN(MockModelTypeWorker); |
}; |
-} // namespace syncer_v2 |
+} // namespace syncer |
#endif // COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_ |