| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index e233289f78a35c42950cb54fcf82e84331311acc..445bd497eeac76baff7c614a1ad493c30dd703b9 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -811,7 +811,7 @@ void EmailPageLocation(Browser* browser) {
|
| DCHECK(wc);
|
|
|
| std::string title = net::EscapeQueryParamValue(
|
| - UTF16ToUTF8(wc->GetTitle()), false);
|
| + base::UTF16ToUTF8(wc->GetTitle()), false);
|
| std::string page_url = net::EscapeQueryParamValue(wc->GetURL().spec(), false);
|
| std::string mailto = std::string("mailto:?subject=Fwd:%20") +
|
| title + "&body=%0A%0A" + page_url;
|
|
|