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

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata_service.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/webdata/autofill_webdata_service.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_service.h b/components/autofill/core/browser/webdata/autofill_webdata_service.h
index 1c57e8e2bcf92cf809e7e19f44882143de5c82c2..8b4226452515d49231486aba38ca515c90109b24 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_service.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service.h
@@ -130,7 +130,8 @@ class AutofillWebDataService : public AutofillWebData,
}
private:
- ObserverList<AutofillWebDataServiceObserverOnUIThread> ui_observer_list_;
+ base::ObserverList<AutofillWebDataServiceObserverOnUIThread>
+ ui_observer_list_;
// The task runner that this class uses as its UI thread.
scoped_refptr<base::SingleThreadTaskRunner> ui_thread_;

Powered by Google App Engine
This is Rietveld 408576698