| Index: ui/base/clipboard/clipboard_util_win.cc
|
| diff --git a/ui/base/clipboard/clipboard_util_win.cc b/ui/base/clipboard/clipboard_util_win.cc
|
| index 77da99c465811383df61494d9d3ac80c7475a207..687f0ff0020ee6e86497af7ace3bc4b4e76e1c74 100644
|
| --- a/ui/base/clipboard/clipboard_util_win.cc
|
| +++ b/ui/base/clipboard/clipboard_util_win.cc
|
| @@ -472,7 +472,7 @@ void ClipboardUtil::CFHtmlExtractMetadata(const std::string& cf_html,
|
| // If the comments cannot be found, like copying from OpenOffice Writer,
|
| // we simply fall back to using StartFragment/EndFragment bytecount values
|
| // to determine the fragment indexes.
|
| - std::string cf_html_lower = StringToLowerASCII(cf_html);
|
| + std::string cf_html_lower = base::StringToLowerASCII(cf_html);
|
| size_t markup_start = cf_html_lower.find("<html", 0);
|
| if (html_start) {
|
| *html_start = markup_start;
|
|
|