| Index: content/renderer/webplugin_delegate_proxy.cc
|
| ===================================================================
|
| --- content/renderer/webplugin_delegate_proxy.cc (revision 212806)
|
| +++ content/renderer/webplugin_delegate_proxy.cc (working copy)
|
| @@ -1186,7 +1186,7 @@
|
|
|
| // The move networks plugin needs to be informed of geometry updates
|
| // synchronously.
|
| - std::vector<webkit::WebPluginMimeType>::iterator index;
|
| + std::vector<WebPluginMimeType>::iterator index;
|
| for (index = info_.mime_types.begin(); index != info_.mime_types.end();
|
| index++) {
|
| if (index->mime_type == "application/x-vnd.moveplayer.qm" ||
|
|
|