| Index: chrome/browser/sync/glue/autofill_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| index 2daedb42cc14ba3c922ae6fa6181b235ad837b9f..05b964c7f699bc6987bcd77767d4946e3c564143 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -101,7 +101,7 @@ class AutofillDataTypeController : public DataTypeController,
|
|
|
| NotificationRegistrar notification_registrar_;
|
|
|
| - Lock abort_association_lock_;
|
| + base::Lock abort_association_lock_;
|
| bool abort_association_;
|
| base::WaitableEvent abort_association_complete_;
|
|
|
|
|