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

Unified Diff: components/history/core/browser/top_sites.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
« no previous file with comments | « components/history/core/browser/history_service.h ('k') | components/infobars/core/infobar_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/top_sites.h
diff --git a/components/history/core/browser/top_sites.h b/components/history/core/browser/top_sites.h
index 03626f4f048ef9a0c94c79ea6c263b5749707d1f..f7a6aacdc226ed2579b94a80f4b06b01382a64e6 100644
--- a/components/history/core/browser/top_sites.h
+++ b/components/history/core/browser/top_sites.h
@@ -184,7 +184,7 @@ class TopSites : public RefcountedKeyedService {
private:
friend class base::RefCountedThreadSafe<TopSites>;
- ObserverList<TopSitesObserver, true> observer_list_;
+ base::ObserverList<TopSitesObserver, true> observer_list_;
DISALLOW_COPY_AND_ASSIGN(TopSites);
};
« no previous file with comments | « components/history/core/browser/history_service.h ('k') | components/infobars/core/infobar_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698