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

Unified Diff: sync/js/sync_js_controller.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/internal_api/sync_rollback_manager_base.cc ('k') | sync/sessions/directory_type_debug_info_emitter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/sync_js_controller.h
diff --git a/sync/js/sync_js_controller.h b/sync/js/sync_js_controller.h
index 57a8aa88b0c5188d38b61dc3c47625a7ce7c1aa0..62474bc9c0d67132c17ec1a801af8b9aa58c9b5c 100644
--- a/sync/js/sync_js_controller.h
+++ b/sync/js/sync_js_controller.h
@@ -49,7 +49,7 @@ class SYNC_EXPORT SyncJsController
void UpdateBackendEventHandler();
WeakHandle<JsBackend> js_backend_;
- ObserverList<JsEventHandler> js_event_handlers_;
+ base::ObserverList<JsEventHandler> js_event_handlers_;
DISALLOW_COPY_AND_ASSIGN(SyncJsController);
};
« no previous file with comments | « sync/internal_api/sync_rollback_manager_base.cc ('k') | sync/sessions/directory_type_debug_info_emitter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698