Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index deb355f2346627fdb8161c9d487d4e1cf68d7397..64041288254c34c49e1f0ae29ea9ad8fccc6a490 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -4046,8 +4046,8 @@ void TestingAutomationProvider::InstallExtension( |
ExtensionInstallPrompt* client = (with_ui ? |
chrome::CreateExtensionInstallPromptWithBrowser(browser) : |
NULL); |
- scoped_refptr<CrxInstaller> installer( |
- CrxInstaller::Create(service, client)); |
+ scoped_refptr<extensions::CrxInstaller> installer( |
+ extensions::CrxInstaller::Create(service, client)); |
if (!with_ui) |
installer->set_allow_silent_install(true); |
installer->set_install_cause(extension_misc::INSTALL_CAUSE_AUTOMATION); |