Index: chrome/browser/ui/webui/extensions/install_extension_handler.cc |
diff --git a/chrome/browser/ui/webui/extensions/install_extension_handler.cc b/chrome/browser/ui/webui/extensions/install_extension_handler.cc |
index 78b1b2ca08916b6648943017fcb8fc80f93a68e8..54dd6c41095cf73d25e6691783b9e91abd721fdd 100644 |
--- a/chrome/browser/ui/webui/extensions/install_extension_handler.cc |
+++ b/chrome/browser/ui/webui/extensions/install_extension_handler.cc |
@@ -85,7 +85,7 @@ void InstallExtensionHandler::HandleInstallMessage(const ListValue* args) { |
Profile* profile = browser->profile(); |
scoped_refptr<CrxInstaller> crx_installer( |
CrxInstaller::Create( |
- ExtensionSystem::Get(profile)->extension_service(), |
+ extensions::ExtensionSystem::Get(profile)->extension_service(), |
new ExtensionInstallPrompt(browser))); |
crx_installer->set_off_store_install_allow_reason( |
CrxInstaller::OffStoreInstallAllowedFromSettingsPage); |