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

Unified Diff: components/autofill/core/browser/personal_data_manager.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/autofill/core/browser/personal_data_manager.h
diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
index 91f92769a1419b1196f19a437450c5c7c324252d..7d2be6992876da9d2c55b30fcd9cff4634cba1ef 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -354,7 +354,7 @@ class PersonalDataManager : public KeyedService,
WebDataServiceBase::Handle pending_server_creditcards_query_;
// The observers.
- ObserverList<PersonalDataManagerObserver> observers_;
+ base::ObserverList<PersonalDataManagerObserver> observers_;
private:
// Finds the country code that occurs most frequently among all profiles.
« no previous file with comments | « chromeos/settings/timezone_settings.cc ('k') | components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698