Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
=================================================================== |
--- chrome/browser/profiles/off_the_record_profile_io_data.h (revision 121250) |
+++ chrome/browser/profiles/off_the_record_profile_io_data.h (working copy) |
@@ -42,10 +42,10 @@ |
base::Callback<ChromeURLDataManagerBackend*(void)> |
GetChromeURLDataManagerBackendGetter() const; |
- const content::ResourceContext& GetResourceContext() const; |
+ content::ResourceContext* GetResourceContext() const; |
// GetResourceContextNoInit() does not call LazyInitialize() so it can be |
// safely be used during initialization. |
- const content::ResourceContext& GetResourceContextNoInit() const; |
+ content::ResourceContext* GetResourceContextNoInit() const; |
scoped_refptr<ChromeURLRequestContextGetter> |
GetMainRequestContextGetter() const; |
scoped_refptr<ChromeURLRequestContextGetter> |