| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index c3e5113309e0fbe5132578a6d5c5fe5a74721640..2206b11c54bbeab341289080447a99d82c35d1f4 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -547,7 +547,7 @@ WebPluginImpl::WebPluginImpl(
|
| weak_factory_(this),
|
| loader_client_(this) {
|
| DCHECK_EQ(params.attributeNames.size(), params.attributeValues.size());
|
| - StringToLowerASCII(&mime_type_);
|
| + base::StringToLowerASCII(&mime_type_);
|
|
|
| for (size_t i = 0; i < params.attributeNames.size(); ++i) {
|
| arg_names_.push_back(params.attributeNames[i].utf8());
|
|
|