| Index: webkit/glue/webkit_glue.h | 
| =================================================================== | 
| --- webkit/glue/webkit_glue.h	(revision 69426) | 
| +++ webkit/glue/webkit_glue.h	(working copy) | 
| @@ -23,7 +23,6 @@ | 
|  | 
| class GURL; | 
| class SkBitmap; | 
| -struct WebPluginInfo; | 
|  | 
| namespace base { | 
| class StringPiece; | 
| @@ -39,6 +38,12 @@ | 
| class WebView; | 
| } | 
|  | 
| +namespace webkit { | 
| +namespace npapi { | 
| +struct WebPluginInfo; | 
| +} | 
| +} | 
| + | 
| namespace webkit_glue { | 
|  | 
|  | 
| @@ -221,7 +226,8 @@ | 
| bool GetExeDirectory(FilePath* path); | 
|  | 
| // Embedders implement this function to return the list of plugins to Webkit. | 
| -void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins); | 
| +void GetPlugins(bool refresh, | 
| +                std::vector<webkit::npapi::WebPluginInfo>* plugins); | 
|  | 
| // Returns true if the plugins run in the same process as the renderer, and | 
| // false otherwise. | 
|  |