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