| Index: components/dom_distiller/core/dom_distiller_store.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_store.h b/components/dom_distiller/core/dom_distiller_store.h
|
| index 2440ce5c473c0bedfb7980ce0f494bc628f6a1ec..8f9c6378f819e943d4c188cdc16a704a32fb1457 100644
|
| --- a/components/dom_distiller/core/dom_distiller_store.h
|
| +++ b/components/dom_distiller/core/dom_distiller_store.h
|
| @@ -200,7 +200,7 @@ class DomDistillerStore : public syncer::SyncableService,
|
| scoped_ptr<leveldb_proto::ProtoDatabase<ArticleEntry> > database_;
|
| bool database_loaded_;
|
| scoped_ptr<syncer::AttachmentStore> attachment_store_;
|
| - ObserverList<DomDistillerObserver> observers_;
|
| + base::ObserverList<DomDistillerObserver> observers_;
|
|
|
| DomDistillerModel model_;
|
|
|
|
|