| Index: chrome/common/net/url_fixer_upper.cc
|
| diff --git a/chrome/common/net/url_fixer_upper.cc b/chrome/common/net/url_fixer_upper.cc
|
| index bcbc80becb74e76795e5ae1a683070ea61a9b014..8c074ee75f7ce4369472736654c78d7a404566fe 100644
|
| --- a/chrome/common/net/url_fixer_upper.cc
|
| +++ b/chrome/common/net/url_fixer_upper.cc
|
| @@ -419,7 +419,7 @@ std::string SegmentURLInternal(std::string* text, url_parse::Parsed* parts) {
|
| // Couldn't determine the scheme, so just pick one.
|
| parts->scheme.reset();
|
| scheme.assign(StartsWithASCII(*text, "ftp.", false) ?
|
| - chrome::kFtpScheme : content::kHttpScheme);
|
| + content::kFtpScheme : content::kHttpScheme);
|
| }
|
| }
|
|
|
|
|