Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1739)

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h

Issue 2230203002: chrome: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed accidental components/ change Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698