| Index: sandbox/win/src/filesystem_policy.cc
|
| diff --git a/sandbox/win/src/filesystem_policy.cc b/sandbox/win/src/filesystem_policy.cc
|
| index 87340a8227b866aead19bc86d15c2747012a8f10..19088815f11043068609cf2f154cde624f04617c 100644
|
| --- a/sandbox/win/src/filesystem_policy.cc
|
| +++ b/sandbox/win/src/filesystem_policy.cc
|
| @@ -394,8 +394,7 @@ base::string16 FixNTPrefixForMatch(const base::string16& name) {
|
| mod_name.insert(0, kNTPrefixEscaped);
|
| }
|
| } else {
|
| - // Start of name matches NT prefix, replace with escaped format
|
| - // Fixes bug: 334882
|
| + // Start of name matches NT prefix, replace with escaped format.
|
| mod_name.replace(0, kNTPrefixLen, kNTPrefixEscaped);
|
| }
|
|
|
|
|