| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index da30d840552e8f79db4b39ea38386c4e99a9753d..864f024843f79d184da3887ccf9d15ea5c2ea20c 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -773,7 +773,7 @@ std::string WebPluginImpl::GetCookies(const GURL& url,
|
| return std::string();
|
| }
|
|
|
| - return UTF16ToUTF8(cookie_jar->cookies(url, first_party_for_cookies));
|
| + return base::UTF16ToUTF8(cookie_jar->cookies(url, first_party_for_cookies));
|
| }
|
|
|
| void WebPluginImpl::URLRedirectResponse(bool allow, int resource_id) {
|
|
|