| Index: chrome/common/extensions/extension_file_util.cc
|
| diff --git a/chrome/common/extensions/extension_file_util.cc b/chrome/common/extensions/extension_file_util.cc
|
| index 855c27604f9ce21ef63015bf6f9b5a223a0e6c2d..0dbd86bad1ea52546d72af243cc024c15f51178d 100644
|
| --- a/chrome/common/extensions/extension_file_util.cc
|
| +++ b/chrome/common/extensions/extension_file_util.cc
|
| @@ -129,7 +129,7 @@ scoped_refptr<Extension> LoadExtension(const FilePath& extension_path,
|
| }
|
|
|
| scoped_refptr<Extension> LoadExtension(const FilePath& extension_path,
|
| - std::string extension_id,
|
| + const std::string& extension_id,
|
| Extension::Location location,
|
| int flags,
|
| std::string* error) {
|
|
|