| 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 114549f7bffbf2dd59487d5365cf06a55adeb0b6..7913e2f736a5d2fd57727b2f0da8b7c3557e6f26 100644
|
| --- a/chrome/common/extensions/extension_file_util.h
|
| +++ b/chrome/common/extensions/extension_file_util.h
|
| @@ -44,7 +44,7 @@ scoped_refptr<Extension> LoadExtension(const FilePath& extension_root,
|
|
|
| // Returns true if the given extension object is valid and consistent.
|
| // Otherwise, a description of the error is returned in |error|.
|
| -bool ValidateExtension(Extension* extension, std::string* error);
|
| +bool ValidateExtension(const Extension* extension, std::string* error);
|
|
|
| // Cleans up the extension install directory. It can end up with garbage in it
|
| // if extensions can't initially be removed when they are uninstalled (eg if a
|
|
|