Index: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
index 77d9101ecfcd25bf7beea66c7f4d4c7f42b97723..bfde866d36f8703db8e51bab3c9e5193f66c720f 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
@@ -205,7 +205,8 @@ class AutofillWebDataBackendImpl |
void DestroyAutofillProfileResult(const WDTypedResult* result); |
void DestroyAutofillCreditCardResult(const WDTypedResult* result); |
- ObserverList<AutofillWebDataServiceObserverOnDBThread> db_observer_list_; |
+ base::ObserverList<AutofillWebDataServiceObserverOnDBThread> |
+ db_observer_list_; |
// WebDatabaseBackend allows direct access to DB. |
// TODO(caitkp): Make it so nobody but us needs direct DB access anymore. |