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

Unified Diff: components/copresence/copresence_state_impl.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/copresence/copresence_state_impl.h
diff --git a/components/copresence/copresence_state_impl.h b/components/copresence/copresence_state_impl.h
index 8c3e377250765b1e19bf5a13c7ef5c14a817b613..4b9bf7684dbbb68f89b9dd3c71040ea714315662 100644
--- a/components/copresence/copresence_state_impl.h
+++ b/components/copresence/copresence_state_impl.h
@@ -61,7 +61,7 @@ class CopresenceStateImpl final : public CopresenceState {
std::map<std::string, TransmittedToken> transmitted_tokens_;
std::map<std::string, ReceivedToken> received_tokens_;
- ObserverList<CopresenceObserver> observers_;
+ base::ObserverList<CopresenceObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(CopresenceStateImpl);
};

Powered by Google App Engine
This is Rietveld 408576698