Index: chrome/browser/renderer_host/render_message_filter.h |
=================================================================== |
--- chrome/browser/renderer_host/render_message_filter.h (revision 69765) |
+++ chrome/browser/renderer_host/render_message_filter.h (working copy) |
@@ -41,12 +41,7 @@ |
class URLRequestContextGetter; |
struct ViewHostMsg_CreateWindow_Params; |
struct ViewHostMsg_CreateWorker_Params; |
- |
-namespace webkit { |
-namespace npapi { |
struct WebPluginInfo; |
-} |
-} |
namespace base { |
class SharedMemory; |
@@ -158,7 +153,7 @@ |
const std::string& mime_type, |
IPC::Message* reply_msg); |
void OnGotPluginInfo(bool found, |
- const webkit::npapi::WebPluginInfo& info, |
+ const WebPluginInfo& info, |
const std::string& actual_mime_type, |
const GURL& policy_url, |
IPC::Message* reply_msg); |