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

Unified Diff: sync/internal_api/sync_rollback_manager_base.cc

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/internal_api/sync_rollback_manager_base.h ('k') | sync/js/sync_js_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/sync_rollback_manager_base.cc
diff --git a/sync/internal_api/sync_rollback_manager_base.cc b/sync/internal_api/sync_rollback_manager_base.cc
index 647019f7362bf487d57a7264dc3754b37d8e8350..a5501b7856b6b6c580bcaa0e40c6131a00d4ab87 100644
--- a/sync/internal_api/sync_rollback_manager_base.cc
+++ b/sync/internal_api/sync_rollback_manager_base.cc
@@ -309,7 +309,8 @@ void SyncRollbackManagerBase::InitBookmarkFolder(const std::string& folder) {
entry.PutSpecifics(specifics);
}
-ObserverList<SyncManager::Observer>* SyncRollbackManagerBase::GetObservers() {
+base::ObserverList<SyncManager::Observer>*
+SyncRollbackManagerBase::GetObservers() {
return &observers_;
}
« no previous file with comments | « sync/internal_api/sync_rollback_manager_base.h ('k') | sync/js/sync_js_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698