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

Unified Diff: components/password_manager/core/browser/password_store.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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: components/password_manager/core/browser/password_store.h
diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
index eda5ee3b1a3d9fdf5d90e824c7057098548ded78..91ec3b5bd197b031cd2972e60b4f350812335d2c 100644
--- a/components/password_manager/core/browser/password_store.h
+++ b/components/password_manager/core/browser/password_store.h
@@ -376,7 +376,7 @@ class PasswordStore : protected PasswordStoreSync,
void DestroySyncableService();
// The observers.
- scoped_refptr<ObserverListThreadSafe<Observer>> observers_;
+ scoped_refptr<base::ObserverListThreadSafe<Observer>> observers_;
scoped_ptr<PasswordSyncableService> syncable_service_;
scoped_ptr<AffiliatedMatchHelper> affiliated_match_helper_;

Powered by Google App Engine
This is Rietveld 408576698