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 533c192808249094c69bb8bd670b3e083a47c27d..a7017e5bab9e16c26adf901b592e5388932e1443 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -266,7 +266,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()); |