| Index: chrome/browser/net/url_fixer_upper_unittest.cc
|
| diff --git a/chrome/browser/net/url_fixer_upper_unittest.cc b/chrome/browser/net/url_fixer_upper_unittest.cc
|
| index 61ba171231da12708e44f7d4e7d81066f2e3207e..62ca1f9279af438a94ea0de73c7644591ceb82d8 100644
|
| --- a/chrome/browser/net/url_fixer_upper_unittest.cc
|
| +++ b/chrome/browser/net/url_fixer_upper_unittest.cc
|
| @@ -231,7 +231,7 @@ struct fixup_case {
|
| // It would be better if this next case got treated as http, but I don't see
|
| // a clean way to guess this isn't the new-and-exciting "user" scheme.
|
| {"user:passwd@www.google.com:8080/", "", "user:passwd@www.google.com:8080/"},
|
| - //{"file:///c:/foo/bar%20baz.txt", "", "file:///C:/foo/bar%20baz.txt"},
|
| + // {"file:///c:/foo/bar%20baz.txt", "", "file:///C:/foo/bar%20baz.txt"},
|
| {"ftp.google.com", "", "ftp://ftp.google.com/"},
|
| {" ftp.google.com", "", "ftp://ftp.google.com/"},
|
| {"FTP.GooGle.com", "", "ftp://FTP.GooGle.com/"},
|
|
|