| Index: components/history/core/browser/top_sites_cache.cc
|
| diff --git a/components/history/core/browser/top_sites_cache.cc b/components/history/core/browser/top_sites_cache.cc
|
| index 124e9b2fe2afd1a78965321d0d8e37103201ddad..c436e68cb0e73871d5f41e1131f0a1f2bfd23801 100644
|
| --- a/components/history/core/browser/top_sites_cache.cc
|
| +++ b/components/history/core/browser/top_sites_cache.cc
|
| @@ -18,7 +18,7 @@ TopSitesCache::CanonicalURLQuery::CanonicalURLQuery(const GURL& url) {
|
| TopSitesCache::CanonicalURLQuery::~CanonicalURLQuery() {
|
| }
|
|
|
| -TopSitesCache::TopSitesCache() {
|
| +TopSitesCache::TopSitesCache() : num_forced_urls_(0) {
|
| clear_query_ref_.ClearQuery();
|
| clear_query_ref_.ClearRef();
|
| clear_path_query_ref_.ClearQuery();
|
|
|