| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index 83815e632be8780af274d93dc5354a0b1c05f972..d3831cb449642cd69c78cfef44408437d75fefc0 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -59,6 +59,7 @@ class ProfileImpl : public Profile,
|
| virtual TemplateURLFetcher* GetTemplateURLFetcher();
|
| virtual DownloadManager* GetDownloadManager();
|
| virtual PersonalDataManager* GetPersonalDataManager();
|
| + virtual FileSystemHostContext* GetFileSystemHostContext();
|
| virtual void InitThemes();
|
| virtual void SetTheme(Extension* extension);
|
| virtual void SetNativeTheme();
|
| @@ -196,6 +197,7 @@ class ProfileImpl : public Profile,
|
| scoped_ptr<StatusTray> status_tray_;
|
| scoped_refptr<PersonalDataManager> personal_data_manager_;
|
| scoped_ptr<PinnedTabService> pinned_tab_service_;
|
| + scoped_refptr<FileSystemHostContext> file_system_host_context_;
|
| bool history_service_created_;
|
| bool favicon_service_created_;
|
| bool created_web_data_service_;
|
|
|