Index: webkit/glue/webkit_glue.h |
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
index fbb541a9614feaf9481a3015ecfcefbf7a06dfb8..38ea65940012a7982ecfd7efcb98882cfe2bee39 100644 |
--- a/webkit/glue/webkit_glue.h |
+++ b/webkit/glue/webkit_glue.h |
@@ -23,7 +23,6 @@ |
class GURL; |
class SkBitmap; |
-struct WebPluginInfo; |
namespace base { |
class StringPiece; |
@@ -39,6 +38,12 @@ class WebString; |
class WebView; |
} |
+namespace webkit { |
+namespace npapi { |
+struct WebPluginInfo; |
+} |
+} |
+ |
namespace webkit_glue { |
@@ -225,7 +230,8 @@ bool GetApplicationDirectory(FilePath* path); |
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. |