diff options
Diffstat (limited to 'content/shell/shell_browser_context.h')
-rw-r--r-- | content/shell/shell_browser_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h index 938c3b8..44e0a16 100644 --- a/content/shell/shell_browser_context.h +++ b/content/shell/shell_browser_context.h @@ -57,7 +57,7 @@ class ShellBrowserContext : public BrowserContext { scoped_ptr<net::URLRequestJobFactory::ProtocolHandler> chrome_devtools_protocol_handler); net::URLRequestContextGetter* CreateRequestContextForStoragePartition( - const FilePath& partition_path, + const base::FilePath& partition_path, bool in_memory, scoped_ptr<net::URLRequestJobFactory::ProtocolHandler> blob_protocol_handler, |