| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index d588fc1960a70602d9863299c69bcd267e826819..b908b934ad9698a74de2935cdc7b064337d9095b 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -76,7 +76,6 @@ class ProfileImpl : public Profile,
|
| virtual PrefService* GetOffTheRecordPrefs();
|
| virtual TemplateURLFetcher* GetTemplateURLFetcher();
|
| virtual DownloadManager* GetDownloadManager();
|
| - virtual PersonalDataManager* GetPersonalDataManager();
|
| virtual fileapi::FileSystemContext* GetFileSystemContext();
|
| virtual quota::QuotaManager* GetQuotaManager();
|
| virtual bool HasCreatedDownloadManager() const;
|
| @@ -238,7 +237,6 @@ class ProfileImpl : public Profile,
|
| scoped_refptr<WebDataService> web_data_service_;
|
| scoped_refptr<PasswordStore> password_store_;
|
| scoped_refptr<WebKitContext> webkit_context_;
|
| - scoped_refptr<PersonalDataManager> personal_data_manager_;
|
| scoped_refptr<fileapi::FileSystemContext> file_system_context_;
|
| scoped_refptr<quota::QuotaManager> quota_manager_;
|
| bool history_service_created_;
|
|
|