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

Unified Diff: chromeos/cert_loader.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 | « chromeos/audio/cras_audio_handler.h ('k') | chromeos/dbus/amplifier_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cert_loader.h
diff --git a/chromeos/cert_loader.h b/chromeos/cert_loader.h
index 92839186abef3519d68ffa85050dae3ea4b977be..694ea31eac3062c49b3e076f02440e19f1fd5b8a 100644
--- a/chromeos/cert_loader.h
+++ b/chromeos/cert_loader.h
@@ -108,7 +108,7 @@ class CHROMEOS_EXPORT CertLoader : public net::CertDatabase::Observer {
void OnCertAdded(const net::X509Certificate* cert) override;
void OnCertRemoved(const net::X509Certificate* cert) override;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
// Flags describing current CertLoader state.
bool certificates_loaded_;
« no previous file with comments | « chromeos/audio/cras_audio_handler.h ('k') | chromeos/dbus/amplifier_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698