Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
=================================================================== |
--- chrome/browser/profiles/off_the_record_profile_io_data.cc (revision 121250) |
+++ chrome/browser/profiles/off_the_record_profile_io_data.cc (working copy) |
@@ -64,14 +64,14 @@ |
base::Unretained(io_data_)); |
} |
-const content::ResourceContext& |
+content::ResourceContext* |
OffTheRecordProfileIOData::Handle::GetResourceContext() const { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
LazyInitialize(); |
return GetResourceContextNoInit(); |
} |
-const content::ResourceContext& |
+content::ResourceContext* |
OffTheRecordProfileIOData::Handle::GetResourceContextNoInit() const { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
// Don't call LazyInitialize here, since the resource context is created at |