diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 20:26:09 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 20:26:09 +0000 |
commit | 912464c9bd2977cab4b83458734d942965adb811 (patch) | |
tree | 44ec95e43f5b52d5861d777ca56e4590d38f1961 /chrome | |
parent | 9bb732d86bc65d689de5a2d752dc19c5e43351aa (diff) | |
download | chromium_src-912464c9bd2977cab4b83458734d942965adb811.zip chromium_src-912464c9bd2977cab4b83458734d942965adb811.tar.gz chromium_src-912464c9bd2977cab4b83458734d942965adb811.tar.bz2 |
Revert one more piece of ie_importer.cc I left out in the last revert.
TBR=tommi
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/importer/ie_importer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/ie_importer.cc b/chrome/browser/importer/ie_importer.cc index 21b275a..ac345a7 100644 --- a/chrome/browser/importer/ie_importer.cc +++ b/chrome/browser/importer/ie_importer.cc @@ -142,7 +142,7 @@ void IEImporter::ImportPasswordsIE6() { return; } - CComPtr<IPStore, &IID_IPStore> pstore; + CComPtr<IPStore> pstore; HRESULT result = PStoreCreateInstance(&pstore, 0, 0, 0); if (result != S_OK) { FreeLibrary(pstorec_dll); |