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 36e8fc8f5eec2448c96cb0c39b0a66c8eb8179a1..3e126859f4ffb983217807d790e372ce3cec2c93 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -52,8 +52,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* |