| Index: components/sync/driver/non_ui_data_type_controller.h
|
| diff --git a/components/sync/driver/non_ui_data_type_controller.h b/components/sync/driver/non_ui_data_type_controller.h
|
| index eb690d6fe6e1cc4506604533eb4824e6000bdb5d..7b0f367175704494060c2cf5fa9a94dab334e897 100644
|
| --- a/components/sync/driver/non_ui_data_type_controller.h
|
| +++ b/components/sync/driver/non_ui_data_type_controller.h
|
| @@ -107,8 +107,6 @@ class NonUIDataTypeController : public DirectoryDataTypeController {
|
| // Note: this is performed on the UI thread.
|
| void DisableImpl(const syncer::SyncError& error);
|
|
|
| - SyncClient* const sync_client_;
|
| -
|
| // UserShare is stored in StartAssociating while on UI thread and
|
| // passed to SharedChangeProcessor::Connect on the model thread.
|
| syncer::UserShare* user_share_;
|
|
|