Index: chrome/browser/extensions/api/webstore_widget_private/app_installer.cc |
diff --git a/chrome/browser/extensions/api/webstore_widget_private/app_installer.cc b/chrome/browser/extensions/api/webstore_widget_private/app_installer.cc |
index d96397c0068e575f6cbed6dbd51e782983a6a291..ea5e34ba261ba290268a11e0f67056bcedef05f3 100644 |
--- a/chrome/browser/extensions/api/webstore_widget_private/app_installer.cc |
+++ b/chrome/browser/extensions/api/webstore_widget_private/app_installer.cc |
@@ -67,7 +67,7 @@ scoped_ptr<ExtensionInstallPrompt::Prompt> AppInstaller::CreateInstallPrompt() |
prompt->SetWebstoreData(localized_user_count(), show_user_count(), |
average_rating(), rating_count()); |
- return prompt.Pass(); |
+ return prompt; |
} |
bool AppInstaller::ShouldShowPostInstallUI() const { |