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); |
}; |