| Index: chrome/browser/extensions/webstore_standalone_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| index 2848f99545341ce3142d47c1beee191bf8434ff4..e761478f77588c7c70eff04e8ae184d77a88b4a3 100644
|
| --- a/chrome/browser/extensions/webstore_standalone_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| @@ -315,8 +315,8 @@ void WebstoreStandaloneInstaller::OnWebstoreResponseParseSuccess(
|
| manifest,
|
| icon_url,
|
| profile_->GetRequestContext());
|
| - // The helper will call us back via OnWebstoreParseSucces or
|
| - // OnWebstoreParseFailure.
|
| + // The helper will call us back via OnWebstoreParseSuccess() or
|
| + // OnWebstoreParseFailure().
|
| helper->Start();
|
| }
|
|
|
|
|