| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 96613)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -39,10 +39,8 @@
|
| }
|
|
|
| namespace webkit {
|
| -namespace npapi {
|
| struct WebPluginInfo;
|
| }
|
| -}
|
|
|
| namespace webkit_glue {
|
|
|
| @@ -210,7 +208,7 @@
|
|
|
| // Embedders implement this function to return the list of plugins to Webkit.
|
| void GetPlugins(bool refresh,
|
| - std::vector<webkit::npapi::WebPluginInfo>* plugins);
|
| + std::vector<webkit::WebPluginInfo>* plugins);
|
|
|
| // Returns true if the protocol implemented to serve |url| supports features
|
| // required by the media engine.
|
|
|