| Index: content/shell/shell_content_browser_client.h
|
| diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
|
| index 78ef9ff4f64e48206e3bbe713bda46a7783701f2..40902ff917d8de9c579cba8d203b5a68dee45ca1 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -41,7 +41,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| chrome_devtools_protocol_handler) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
|
| BrowserContext* browser_context,
|
| - const FilePath& partition_path,
|
| + const base::FilePath& partition_path,
|
| bool in_memory,
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| blob_protocol_handler,
|
|
|