Chromium Code Reviews| Index: chrome/browser/history/top_sites.cc |
| diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc |
| index 816f09c05cdf05bdda34fc4c45d8fb166d55d770..106f3269291312a1537c7e6ac245b6aa0cc132b1 100644 |
| --- a/chrome/browser/history/top_sites.cc |
| +++ b/chrome/browser/history/top_sites.cc |
| @@ -37,4 +37,14 @@ TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) { |
| return top_sites_impl; |
| } |
| +TopSites::TopSites() { |
| +} |
| + |
| +TopSites::~TopSites() { |
| +} |
| + |
| +Profile* TopSites::GetProfile() { |
|
sdefresne
2014/08/04 08:47:18
Remove.
nshaik
2014/08/05 06:38:03
Done.
|
| + return NULL; |
| +} |
| + |
| } // namespace history |