Index: content/renderer/npapi/webplugin_impl.cc |
diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc |
index 5e53960e38ae7544e76fa86a6312d319ed16a304..f9caddc4d3fccb1d5d57f7c8e892eba696a1ef0a 100644 |
--- a/content/renderer/npapi/webplugin_impl.cc |
+++ b/content/renderer/npapi/webplugin_impl.cc |
@@ -544,7 +544,7 @@ WebPluginImpl::WebPluginImpl( |
first_geometry_update_(true), |
ignore_response_error_(false), |
file_path_(file_path), |
- mime_type_(UTF16ToASCII(params.mimeType)), |
+ mime_type_(base::UTF16ToASCII(params.mimeType)), |
weak_factory_(this), |
loader_client_(this) { |
DCHECK_EQ(params.attributeNames.size(), params.attributeValues.size()); |