| Index: components/sync/device_info/device_info_service.h
|
| diff --git a/components/sync/device_info/device_info_service.h b/components/sync/device_info/device_info_service.h
|
| index 3a1db39732dd2c02179dd054b364f03217735461..40096e900ab945fe388e01efe4226389f7b385e1 100644
|
| --- a/components/sync/device_info/device_info_service.h
|
| +++ b/components/sync/device_info/device_info_service.h
|
| @@ -180,9 +180,6 @@ class DeviceInfoService : public syncer_v2::ModelTypeService,
|
| // Used to update our local device info once every pulse interval.
|
| base::OneShotTimer pulse_timer_;
|
|
|
| - // Should always be last member.
|
| - base::WeakPtrFactory<DeviceInfoService> weak_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(DeviceInfoService);
|
| };
|
|
|
|
|