Index: sync/sessions/model_type_registry.h |
diff --git a/sync/sessions/model_type_registry.h b/sync/sessions/model_type_registry.h |
index 6cae55e13febcec5cff4080ece22c75a94134f2a..ccfc117b29a16cf3d4138cbb2bcc11382dae8adc 100644 |
--- a/sync/sessions/model_type_registry.h |
+++ b/sync/sessions/model_type_registry.h |
@@ -150,7 +150,7 @@ class SYNC_EXPORT_PRIVATE ModelTypeRegistry |
// a lot of them, and their lifetimes are unpredictable, so it makes the |
// book-keeping easier if we just store the list here. That way it's |
// guaranteed to live as long as this sync backend. |
- ObserverList<TypeDebugInfoObserver> type_debug_info_observers_; |
+ base::ObserverList<TypeDebugInfoObserver> type_debug_info_observers_; |
base::WeakPtrFactory<ModelTypeRegistry> weak_ptr_factory_; |