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 45a47860f9bf5b6ff28f4b6dbcdacd959555bfa8..bcbc80becb74e76795e5ae1a683070ea61a9b014 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 : chrome::kHttpScheme); |
+ chrome::kFtpScheme : content::kHttpScheme); |
} |
} |