| Index: sync/internal_api/sync_encryption_handler_impl.h
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.h b/sync/internal_api/sync_encryption_handler_impl.h
|
| index 4b4e99b9ae373895e2d30f101d0d663f52ce3c71..89621c740582e347b6c46e1804cb92292eb979b9 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.h
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.h
|
| @@ -265,8 +265,6 @@ class SYNC_EXPORT_PRIVATE SyncEncryptionHandlerImpl
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
| - base::WeakPtrFactory<SyncEncryptionHandlerImpl> weak_ptr_factory_;
|
| -
|
| ObserverList<SyncEncryptionHandler::Observer> observers_;
|
|
|
| // The current user share (for creating transactions).
|
| @@ -307,6 +305,8 @@ class SYNC_EXPORT_PRIVATE SyncEncryptionHandlerImpl
|
| // before support for this field was added.
|
| base::Time custom_passphrase_time_;
|
|
|
| + base::WeakPtrFactory<SyncEncryptionHandlerImpl> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SyncEncryptionHandlerImpl);
|
| };
|
|
|
|
|