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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_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/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
index 0f8616d2ae28399811a32447a0e34b57ca101365..46dce7cc3863ace08c50c4a9103d45d908a58ad4 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
@@ -143,7 +143,7 @@ class DataReductionProxyService
// make calls to IO based objects.
base::WeakPtr<DataReductionProxyIOData> io_data_;
- ObserverList<DataReductionProxyServiceObserver> observer_list_;
+ base::ObserverList<DataReductionProxyServiceObserver> observer_list_;
bool initialized_;
« no previous file with comments | « components/cronet/android/cronet_in_memory_pref_store.h ('k') | components/dom_distiller/core/distilled_page_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698