| Index: chrome/browser/ui/webui/extensions/pack_extension_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/extensions/pack_extension_handler.cc (revision 184354)
|
| +++ chrome/browser/ui/webui/extensions/pack_extension_handler.cc (working copy)
|
| @@ -119,9 +119,9 @@
|
| int run_flags = static_cast<int>(flags_double);
|
|
|
| base::FilePath root_directory =
|
| - base::FilePath::FromWStringHack(base::UTF8ToWide(extension_path_));
|
| + base::FilePath::FromWStringHack(UTF8ToWide(extension_path_));
|
| base::FilePath key_file =
|
| - base::FilePath::FromWStringHack(base::UTF8ToWide(private_key_path_));
|
| + base::FilePath::FromWStringHack(UTF8ToWide(private_key_path_));
|
|
|
| if (root_directory.empty()) {
|
| if (extension_path_.empty()) {
|
|
|