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

Unified Diff: components/dom_distiller/core/dom_distiller_store.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
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_;
« no previous file with comments | « components/dom_distiller/core/distilled_page_prefs.h ('k') | components/enhanced_bookmarks/bookmark_server_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698