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

Unified Diff: components/proximity_auth/logging/log_buffer.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/proximity_auth/logging/log_buffer.h
diff --git a/components/proximity_auth/logging/log_buffer.h b/components/proximity_auth/logging/log_buffer.h
index dd554bc497d438fc2d218af6d0d242d9aa226f0c..46b335ace256d29e19ff5885ac8abbc0731be89a 100644
--- a/components/proximity_auth/logging/log_buffer.h
+++ b/components/proximity_auth/logging/log_buffer.h
@@ -71,7 +71,7 @@ class LogBuffer {
std::list<LogMessage> log_messages_;
// List of observers.
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
DISALLOW_COPY_AND_ASSIGN(LogBuffer);
};
« no previous file with comments | « components/proximity_auth/cryptauth/mock_cryptauth_client.h ('k') | components/proximity_auth/screenlock_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698