| Index: chrome/browser/extensions/sandboxed_unpacker.cc
|
| diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| index d772d2a707d622eb8312d1dd45a053f14b6f9d5c..9dfba7a183145efbf1fc0e63507a835bca3a75eb 100644
|
| --- a/chrome/browser/extensions/sandboxed_unpacker.cc
|
| +++ b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| @@ -749,7 +749,7 @@ bool SandboxedUnpacker::RewriteCatalogFiles() {
|
| // TODO(viettrungluu): Fix the |FilePath::FromWStringHack(UTF8ToWide())|
|
| // hack and remove the corresponding #include.
|
| base::FilePath relative_path =
|
| - base::FilePath::FromWStringHack(UTF8ToWide(*key_it));
|
| + base::FilePath::FromWStringHack(base::UTF8ToWide(*key_it));
|
| relative_path = relative_path.Append(Extension::kMessagesFilename);
|
| if (relative_path.IsAbsolute() || relative_path.ReferencesParent()) {
|
| // Invalid path for catalog.
|
|
|