| Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| index 68a6552a14ca24eff6b9a25b80a1e972662a7589..f8f87d0fa56d0af8eb65a4a402a4f941f17e14ec 100644
|
| --- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| +++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| @@ -110,8 +110,8 @@ class EasyUnlockKeyManager {
|
| ReadOperationQueue read_operation_queue_;
|
|
|
| // Scopes the raw operation pointers to the lifetime of this object.
|
| - STLElementDeleter<WriteOperationQueue> write_queue_deleter_;
|
| - STLElementDeleter<ReadOperationQueue> read_queue_deleter_;
|
| + base::STLElementDeleter<WriteOperationQueue> write_queue_deleter_;
|
| + base::STLElementDeleter<ReadOperationQueue> read_queue_deleter_;
|
|
|
| // Stores the current operation in progress. At most one of these variables
|
| // can be non-null at any time.
|
|
|