| Index: chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.cc b/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| index c5a794393aeb1ab28089ee4451bfe18eb2d770ab..275336cf9f61bde405d5b374c8abe91802f387ab 100644
|
| --- a/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| @@ -102,7 +102,7 @@ bool FrontendDataTypeController::Associate() {
|
| }
|
|
|
| sync_service_->ActivateDataType(type(), model_safe_group(),
|
| - change_processor_.get());
|
| + change_processor());
|
| state_ = RUNNING;
|
| // FinishStart() invokes the DataTypeManager callback, which can lead to a
|
| // call to Stop() if one of the other data types being started generates an
|
|
|