| 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 34966da4b1cc7a581348667db02200e183626e92..e9c2d1360d6bd8a893f1397930d1ccb3a859525c 100644
|
| --- a/chrome/common/net/url_fixer_upper.cc
|
| +++ b/chrome/common/net/url_fixer_upper.cc
|
| @@ -424,7 +424,7 @@ std::string SegmentURLInternal(std::string* text, url::Parsed* parts) {
|
| // Couldn't determine the scheme, so just pick one.
|
| parts->scheme.reset();
|
| scheme = StartsWithASCII(*text, "ftp.", false) ?
|
| - content::kFtpScheme : content::kHttpScheme;
|
| + content::kFtpScheme : url::kHttpScheme;
|
| }
|
| }
|
|
|
|
|