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

Unified Diff: components/proximity_auth/cryptauth/mock_cryptauth_client.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 | « components/proximity_auth/connection.h ('k') | components/proximity_auth/logging/log_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/cryptauth/mock_cryptauth_client.h
diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.h b/components/proximity_auth/cryptauth/mock_cryptauth_client.h
index de818ecfeefb0feabf9a4f077b0a3222d01b74ff..f137c008033bafb83bfadedd2108b23943a93d96 100644
--- a/components/proximity_auth/cryptauth/mock_cryptauth_client.h
+++ b/components/proximity_auth/cryptauth/mock_cryptauth_client.h
@@ -73,7 +73,7 @@ class MockCryptAuthClientFactory : public CryptAuthClientFactory {
bool is_strict_;
// Observers of the factory.
- ObserverList<Observer> observer_list_;
+ base::ObserverList<Observer> observer_list_;
DISALLOW_COPY_AND_ASSIGN(MockCryptAuthClientFactory);
};
« no previous file with comments | « components/proximity_auth/connection.h ('k') | components/proximity_auth/logging/log_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698