| Index: chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| index d359c6e736f987af8f4541020d19a77b8bdb98c2..e19cc6d3565fff020fa280453857f110a760b8de 100644
|
| --- a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| +++ b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
| @@ -131,7 +131,7 @@ class BeginInstallWithManifestFunction
|
| virtual bool RunImpl() OVERRIDE;
|
|
|
| // Sets the result_ as a string based on |code|.
|
| - void SetResult(ResultCode code);
|
| + void SetResultCode(ResultCode code);
|
|
|
| private:
|
| // These store the input parameters to the function.
|
|
|