Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 3aa61dc75976266e72978d0770353643e9ebd55b..334728e4b8c9c607279098ea3ddad42fad150081 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -536,7 +536,7 @@ net::URLRequestContextGetter* TestingProfile::GetRequestContextForRenderProcess( |
ExtensionService* extension_service = |
ExtensionSystem::Get(this)->extension_service(); |
if (extension_service) { |
- const Extension* installed_app = extension_service-> |
+ const extensions::Extension* installed_app = extension_service-> |
GetInstalledAppForRenderer(renderer_child_id); |
if (installed_app != NULL && installed_app->is_storage_isolated()) |
return GetRequestContextForIsolatedApp(installed_app->id()); |