Index: chrome/browser/plugins/plugin_installer_unittest.cc |
diff --git a/chrome/browser/plugins/plugin_installer_unittest.cc b/chrome/browser/plugins/plugin_installer_unittest.cc |
index 8a123a718df79a0de75a1e3c3c2c8f226242b928..6938e243764cba97c28f0815a7ae6ff032f0fee3 100644 |
--- a/chrome/browser/plugins/plugin_installer_unittest.cc |
+++ b/chrome/browser/plugins/plugin_installer_unittest.cc |
@@ -51,7 +51,7 @@ PluginInstallerTest::CreateMockDownloadItem() { |
new testing::StrictMock<content::MockDownloadItem>()); |
ON_CALL(*mock_download_item, GetState()) |
.WillByDefault(testing::Return(content::DownloadItem::IN_PROGRESS)); |
- return mock_download_item.Pass(); |
+ return mock_download_item; |
} |
class TestPluginInstallerObserver : public PluginInstallerObserver { |