Index: content/shell/shell_browser_context.h |
=================================================================== |
--- content/shell/shell_browser_context.h (revision 121250) |
+++ content/shell/shell_browser_context.h (working copy) |
@@ -36,7 +36,7 @@ |
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess( |
int renderer_child_id) OVERRIDE; |
virtual net::URLRequestContextGetter* GetRequestContextForMedia() OVERRIDE; |
- virtual const ResourceContext& GetResourceContext() OVERRIDE; |
+ virtual ResourceContext* GetResourceContext() OVERRIDE; |
virtual HostZoomMap* GetHostZoomMap() OVERRIDE; |
virtual GeolocationPermissionContext* |
GetGeolocationPermissionContext() OVERRIDE; |