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

Unified Diff: net/url_request/url_request_context_getter.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
« no previous file with comments | « net/ssl/ssl_config_service.cc ('k') | ppapi/host/ppapi_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context_getter.h
diff --git a/net/url_request/url_request_context_getter.h b/net/url_request/url_request_context_getter.h
index 52cd341f970b52fb59ca8994bb4b5b291799fe13..1616f7c92f1c3c53faaa9ed5c483953471e8f77a 100644
--- a/net/url_request/url_request_context_getter.h
+++ b/net/url_request/url_request_context_getter.h
@@ -68,7 +68,7 @@ class NET_EXPORT URLRequestContextGetter
// IO happens.
void OnDestruct() const;
- ObserverList<URLRequestContextGetterObserver> observer_list_;
+ base::ObserverList<URLRequestContextGetterObserver> observer_list_;
DISALLOW_COPY_AND_ASSIGN(URLRequestContextGetter);
};
« no previous file with comments | « net/ssl/ssl_config_service.cc ('k') | ppapi/host/ppapi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698