Chromium change: https://chromium.googlesource.com/chromium/src/+/e50090022955b19092d8f7f63d0bf71a8f064428 commit e50090022955b19092d8f7f63d0bf71a8f064428 Author: Victor Hugo Vianna Silva <victorvianna@google.com> Date: Wed Aug 31 13:36:39 2022 +0000 [sync] Move remaining test code to components/sync/test/ Exact same considerations as in crrev.com/c/3822919. We leave a components/sync/driver/mock_sync_service.h around including the new components/sync/test/mock_sync_service.h because downstream code is including the former. After migrating downstream, the old header can be removed. Bug: 948661