Index: chrome/browser/ui/app_list/test/fake_profile.cc |
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc |
index ff8aac1d68637b7b49ccd9b466bcefa103490e10..f51f17eefb485b4f815dd6e150914874f4d00729 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile.cc |
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc |
@@ -112,14 +112,6 @@ bool FakeProfile::IsLegacySupervised() { |
return false; |
} |
-history::TopSites* FakeProfile::GetTopSites() { |
- return NULL; |
-} |
- |
-history::TopSites* FakeProfile::GetTopSitesWithoutCreating() { |
- return NULL; |
-} |
- |
ExtensionSpecialStoragePolicy* FakeProfile::GetExtensionSpecialStoragePolicy() { |
return NULL; |
} |