Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index 96608dc1c1f8ba56724cde988d610e50dde8c29e..a38a135ea071397db1e8e2000d7b43d0519403ed 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -62,8 +62,6 @@ class OffTheRecordProfileImpl : public Profile { |
HostContentSettingsMap* GetHostContentSettingsMap() override; |
bool IsSameProfile(Profile* profile) override; |
Time GetStartTime() const override; |
- history::TopSites* GetTopSitesWithoutCreating() override; |
- history::TopSites* GetTopSites() override; |
base::FilePath last_selected_directory() override; |
void set_last_selected_directory(const base::FilePath& path) override; |
bool WasCreatedByVersionOrLater(const std::string& version) override; |