| Index: components/history/core/browser/history_service.h
|
| diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
|
| index 148e2a14ea4508f65a066b96373afdd1c94d9f07..f45d926fd35f8c7bb37103abe7cd21a51e24f85d 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -797,7 +797,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
|
| // completed.
|
| bool backend_loaded_;
|
|
|
| - ObserverList<HistoryServiceObserver> observers_;
|
| + base::ObserverList<HistoryServiceObserver> observers_;
|
| base::CallbackList<void(const std::set<GURL>&)>
|
| favicon_changed_callback_list_;
|
|
|
|
|