summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/url_fixer_upper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/net/url_fixer_upper.cc')
-rw-r--r--chrome/common/net/url_fixer_upper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/net/url_fixer_upper.cc b/chrome/common/net/url_fixer_upper.cc
index 9bdc5e5..ea6555f 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;
}
}