Index: chrome/browser/chromeos/file_manager/app_installer.cc |
diff --git a/chrome/browser/chromeos/file_manager/app_installer.cc b/chrome/browser/chromeos/file_manager/app_installer.cc |
index fa4b7045274c534ace6ec26475d0c66df12f698f..40c90cd1111d7e2f187fbf35ef320645740bd392 100644 |
--- a/chrome/browser/chromeos/file_manager/app_installer.cc |
+++ b/chrome/browser/chromeos/file_manager/app_installer.cc |
@@ -69,10 +69,10 @@ AppInstaller::CreateInstallPrompt() const { |
new ExtensionInstallPrompt::Prompt( |
ExtensionInstallPrompt::INLINE_INSTALL_PROMPT)); |
- prompt->SetInlineInstallWebstoreData(localized_user_count(), |
- show_user_count(), |
- average_rating(), |
- rating_count()); |
+ prompt->SetWebstoreData(localized_user_count(), |
+ show_user_count(), |
+ average_rating(), |
+ rating_count()); |
return prompt.Pass(); |
} |