| 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 86c37e4b8d1520cafc08647189743be5d0feb519..24cb7caac9ea72d11583aa86c4510fcddc8e2d9d 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -61,8 +61,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;
|
|
|