| Index: components/sync_driver/data_type_controller.cc
|
| diff --git a/components/sync_driver/data_type_controller.cc b/components/sync_driver/data_type_controller.cc
|
| index db26151946f9bad98ce4e7d7f5302254a5bceaa2..b9fe1e367a4661a5f9b942a002558da8a4afb5ce 100644
|
| --- a/components/sync_driver/data_type_controller.cc
|
| +++ b/components/sync_driver/data_type_controller.cc
|
| @@ -13,7 +13,7 @@ namespace sync_driver {
|
| DataTypeController::DataTypeController(
|
| scoped_refptr<base::MessageLoopProxy> ui_thread,
|
| const base::Closure& error_callback)
|
| - : base::RefCountedDeleteOnMessageLoop<DataTypeController>(ui_thread),
|
| + : base::RefCountedDeleteOnTaskRunner<DataTypeController>(ui_thread),
|
| error_callback_(error_callback),
|
| user_share_(NULL) {
|
| }
|
|
|