| Index: chrome/common/extensions/extension_file_util.h
|
| diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
|
| index 0c896d6694e1c83c69cb0060efd9d19a386aeda7..72a50696e7b9e3a49dd41c99941a65714f11e1c5 100644
|
| --- a/chrome/common/extensions/extension_file_util.h
|
| +++ b/chrome/common/extensions/extension_file_util.h
|
| @@ -67,7 +67,7 @@ base::DictionaryValue* LoadManifest(const FilePath& extension_root,
|
| // returned in |error|.
|
| bool ValidateExtension(const extensions::Extension* extension,
|
| std::string* error,
|
| - std::vector<std::string>* warnings);
|
| + extensions::Extension::InstallWarningVector* warnings);
|
|
|
| // Returns a list of files that contain private keys inside |extension_dir|.
|
| std::vector<FilePath> FindPrivateKeyFiles(const FilePath& extension_dir);
|
|
|