diff options
Diffstat (limited to 'content/shell/shell_browser_context.h')
-rw-r--r-- | content/shell/shell_browser_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h index feed65d..b5806c5 100644 --- a/content/shell/shell_browser_context.h +++ b/content/shell/shell_browser_context.h @@ -7,6 +7,7 @@ #pragma once #include "base/compiler_specific.h" +#include "base/file_path.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "content/browser/browser_context.h" @@ -53,6 +54,7 @@ class ShellBrowserContext : public BrowserContext { private: void CreateQuotaManagerAndClients(); + FilePath path_; scoped_ptr<ResourceContext> resource_context_; scoped_ptr<SSLHostState> ssl_host_state_; scoped_ptr<DownloadStatusUpdater> download_status_updater_; |