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

Unified Diff: sync/sessions/sync_session_context.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 | « sync/sessions/model_type_registry.h ('k') | sync/test/fake_server/fake_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/sync_session_context.h
diff --git a/sync/sessions/sync_session_context.h b/sync/sessions/sync_session_context.h
index 7fa417359ad23020afce3f43d26a46599c519de3..afce0a81a9c3d887f8c88e40ef76f5422fdde1da 100644
--- a/sync/sessions/sync_session_context.h
+++ b/sync/sessions/sync_session_context.h
@@ -90,7 +90,7 @@ class SYNC_EXPORT_PRIVATE SyncSessionContext {
}
int32 max_commit_batch_size() const { return max_commit_batch_size_; }
- ObserverList<SyncEngineEventListener>* listeners() {
+ base::ObserverList<SyncEngineEventListener>* listeners() {
return &listeners_;
}
@@ -129,7 +129,7 @@ class SYNC_EXPORT_PRIVATE SyncSessionContext {
// once they are allocated. See definitions of these below.
friend class TestScopedSessionEventListener;
- ObserverList<SyncEngineEventListener> listeners_;
+ base::ObserverList<SyncEngineEventListener> listeners_;
ServerConnectionManager* const connection_manager_;
syncable::Directory* const directory_;
« no previous file with comments | « sync/sessions/model_type_registry.h ('k') | sync/test/fake_server/fake_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698