| Index: chrome/browser/sync/glue/theme_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/theme_data_type_controller.cc b/chrome/browser/sync/glue/theme_data_type_controller.cc
|
| index efcbe11ed54a32ad687054823e07447aa058e7ec..e83291ffe114aa265a2cf5763a48918bcb7e2252 100644
|
| --- a/chrome/browser/sync/glue/theme_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/theme_data_type_controller.cc
|
| @@ -35,7 +35,8 @@ void ThemeDataTypeController::CreateSyncComponents() {
|
| ProfileSyncFactory::SyncComponents sync_components =
|
| profile_sync_factory_->CreateThemeSyncComponents(sync_service_,
|
| this);
|
| - model_associator_.reset(sync_components.model_associator);
|
| + model_associator_ = reinterpret_cast<NewAssociatorInterface*>(
|
| + sync_components.model_associator);
|
| change_processor_.reset(sync_components.change_processor);
|
| }
|
|
|
|
|