| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index 4386a80bd2519036b0c76067e17f48d297e759d8..098c667ece0534510f6de460dbf10ea5c09171c1 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -15,7 +15,7 @@
|
| namespace content {
|
|
|
| class DownloadManagerDelegate;
|
| -class ResourceContext;
|
| +class ShellResourceContext;
|
| class ShellDownloadManagerDelegate;
|
|
|
| class ShellBrowserContext : public BrowserContext {
|
| @@ -54,7 +54,7 @@ class ShellBrowserContext : public BrowserContext {
|
| bool ignore_certificate_errors_;
|
| ScopedTempDir testing_path_;
|
| FilePath path_;
|
| - scoped_ptr<ResourceContext> resource_context_;
|
| + scoped_ptr<ShellResourceContext> resource_context_;
|
| scoped_refptr<ShellDownloadManagerDelegate> download_manager_delegate_;
|
| scoped_refptr<net::URLRequestContextGetter> url_request_getter_;
|
|
|
|
|