| 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 0427b15901c3fa4f846b68c3bb79ed97136d1d6f..e9b2ddfdee0498ca61852a9e5609a324eb5a6dee 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -53,8 +53,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE;
|
| virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE;
|
| virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
|
| - virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE;
|
| - virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
|
|