[Sync] Use ModelTypeProcessor instead of ModelTypeProcessorImpl.
commit4824734c493af37e7602a27004bbc4a88aa04d6e
authormaxbogue <maxbogue@chromium.org>
Wed, 9 Sep 2015 09:13:18 +0000 (9 02:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 9 Sep 2015 09:13:47 +0000 (9 09:13 +0000)
tree70a6d541c7e3aa8a27186c67e771db5986ecca1e
parentffc4df78aec4cec783d52fc5a3390654e3d97dba
[Sync] Use ModelTypeProcessor instead of ModelTypeProcessorImpl.

This CL doesn't touch ModelTypeProcessorImpl in DataTypeController
because ModelTypeProcessor doesn't have the functionality for it.
Those uses will be removed in a separate refactor.

Also fixes a bunch of incorrect variable names.

BUG=517953

Review URL: https://codereview.chromium.org/1321613003

Cr-Commit-Position: refs/heads/master@{#347880}
13 files changed:
components/sync_driver/non_blocking_data_type_controller.h
components/sync_driver/non_blocking_data_type_controller_unittest.cc
sync/engine/model_type_processor_impl_unittest.cc
sync/internal_api/public/sync_context.h
sync/internal_api/public/sync_context_proxy.h
sync/internal_api/public/test/null_sync_context_proxy.h
sync/internal_api/sync_context_proxy_impl.cc
sync/internal_api/sync_context_proxy_impl.h
sync/internal_api/test/null_sync_context_proxy.cc
sync/sessions/model_type_registry.cc
sync/sessions/model_type_registry.h
sync/test/engine/injectable_sync_context_proxy.cc
sync/test/engine/injectable_sync_context_proxy.h