| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 04550c7988be1d2a75f8787a02bd45f4b4184ac5..812f9e1f3cc292f7aedefba629a630d6c36f2c41 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -279,7 +279,7 @@ net::URLRequestContextGetter*
|
| OffTheRecordProfileImpl::GetRequestContextForRenderProcess(
|
| int renderer_child_id) {
|
| if (GetExtensionService()) {
|
| - const Extension* installed_app = GetExtensionService()->
|
| + const extensions::Extension* installed_app = GetExtensionService()->
|
| GetInstalledAppForRenderer(renderer_child_id);
|
| if (installed_app != NULL && installed_app->is_storage_isolated()) {
|
| return GetRequestContextForIsolatedApp(installed_app->id());
|
|
|