Index: sync/internal_api/sync_manager_impl.h |
diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h |
index 6e9795bde13dd9ec7731ec215d08fe49ab975f1f..f07cbfb9f43cf3cd890ce5bea4725463e9312112 100644 |
--- a/sync/internal_api/sync_manager_impl.h |
+++ b/sync/internal_api/sync_manager_impl.h |
@@ -273,7 +273,7 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl |
// OpenDirectory() and ShutdownOnSyncThread(). |
WeakHandle<SyncManager::ChangeObserver> change_observer_; |
- ObserverList<SyncManager::Observer> observers_; |
+ base::ObserverList<SyncManager::Observer> observers_; |
// The ServerConnectionManager used to abstract communication between the |
// client (the Syncer) and the sync server. |