| 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 2db4c478496b2f907554b57b6ff2b6dc05555f3c..79f43f2f237ac2c02d1c264a99e0c19653c03aaa 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.h
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.h
|
| @@ -263,7 +263,7 @@ class SYNC_EXPORT_PRIVATE SyncEncryptionHandlerImpl
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
| - ObserverList<SyncEncryptionHandler::Observer> observers_;
|
| + base::ObserverList<SyncEncryptionHandler::Observer> observers_;
|
|
|
| // The current user share (for creating transactions).
|
| UserShare* user_share_;
|
|
|