| Index: chrome/browser/history/top_sites_database.cc
|
| diff --git a/chrome/browser/history/top_sites_database.cc b/chrome/browser/history/top_sites_database.cc
|
| index 96da3f9c004d63ca0522f41b21ff9f26a40143bb..05a588a92e16f0c64a20d508b69e21c6aebdb858 100644
|
| --- a/chrome/browser/history/top_sites_database.cc
|
| +++ b/chrome/browser/history/top_sites_database.cc
|
| @@ -14,6 +14,9 @@ namespace history {
|
| TopSitesDatabaseImpl::TopSitesDatabaseImpl() {
|
| }
|
|
|
| +TopSitesDatabaseImpl::~TopSitesDatabaseImpl() {
|
| +}
|
| +
|
| bool TopSitesDatabaseImpl::Init(const FilePath& db_name) {
|
| // Settings copied from ThumbnailDatabase.
|
| db_.set_error_delegate(GetErrorHandlerForThumbnailDb());
|
|
|