| Index: chrome/browser/extensions/extension_creator.cc
|
| diff --git a/chrome/browser/extensions/extension_creator.cc b/chrome/browser/extensions/extension_creator.cc
|
| index c31a399197b9b4113dfc1443bcf03f5cbd062680..e77e222a9e7ead02412b3d5f9112c2812acf314f 100644
|
| --- a/chrome/browser/extensions/extension_creator.cc
|
| +++ b/chrome/browser/extensions/extension_creator.cc
|
| @@ -180,7 +180,7 @@ crypto::RSAPrivateKey* ExtensionCreator::GenerateKey(const base::FilePath&
|
| }
|
|
|
| if (!output_private_key_path.empty()) {
|
| - if (-1 == file_util::WriteFile(output_private_key_path,
|
| + if (-1 == base::WriteFile(output_private_key_path,
|
| pem_output.c_str(), pem_output.size())) {
|
| error_message_ =
|
| l10n_util::GetStringUTF8(IDS_EXTENSION_PRIVATE_KEY_FAILED_TO_OUTPUT);
|
|
|