| Index: chrome/common/net/url_fixer_upper.h
|
| diff --git a/chrome/common/net/url_fixer_upper.h b/chrome/common/net/url_fixer_upper.h
|
| index 27a7aa95b59ee1ad8c935724de8e71e1ea369e0d..3462880bd40832daa239ee0269b83dc538ca8c06 100644
|
| --- a/chrome/common/net/url_fixer_upper.h
|
| +++ b/chrome/common/net/url_fixer_upper.h
|
| @@ -31,7 +31,8 @@ namespace URLFixerUpper {
|
| // Returns the canonicalized scheme, or the empty string when |text| is only
|
| // whitespace.
|
| std::string SegmentURL(const std::string& text, url_parse::Parsed* parts);
|
| - string16 SegmentURL(const string16& text, url_parse::Parsed* parts);
|
| + base::string16 SegmentURL(const base::string16& text,
|
| + url_parse::Parsed* parts);
|
|
|
| // Converts |text| to a fixed-up URL and returns it. Attempts to make
|
| // some "smart" adjustments to obviously-invalid input where possible.
|
|
|