Index: chrome/renderer/chrome_content_renderer_client.h |
=================================================================== |
--- chrome/renderer/chrome_content_renderer_client.h (revision 212806) |
+++ chrome/renderer/chrome_content_renderer_client.h (working copy) |
@@ -26,6 +26,10 @@ |
struct ChromeViewHostMsg_GetPluginInfo_Output; |
+namespace content { |
+struct WebPluginInfo; |
+} |
+ |
namespace extensions { |
class Dispatcher; |
class Extension; |
@@ -44,10 +48,6 @@ |
class VisitedLinkSlave; |
} |
-namespace webkit { |
-struct WebPluginInfo; |
-} |
- |
namespace WebKit { |
class WebSecurityOrigin; |
} |
@@ -176,7 +176,7 @@ |
bool is_initial_navigation); |
static GURL GetNaClContentHandlerURL(const std::string& actual_mime_type, |
- const webkit::WebPluginInfo& plugin); |
+ const content::WebPluginInfo& plugin); |
static bool IsNaClAllowed(const GURL& manifest_url, |
const GURL& app_url, |
bool is_nacl_unrestricted, |