Index: content/renderer/pepper/plugin_instance_throttler_impl.h |
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.h b/content/renderer/pepper/plugin_instance_throttler_impl.h |
index 30e90fe88d6ba2710d76fffc7e43177347258991..abecf5db21e9b524806705d054433851f5500324 100644 |
--- a/content/renderer/pepper/plugin_instance_throttler_impl.h |
+++ b/content/renderer/pepper/plugin_instance_throttler_impl.h |
@@ -21,6 +21,10 @@ class WebInputEvent; |
struct WebRect; |
} |
+namespace url { |
+class Origin; |
+} |
+ |
namespace content { |
class PepperWebPluginImpl; |
@@ -55,7 +59,7 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl |
} |
void Initialize(RenderFrameImpl* frame, |
- const GURL& content_origin, |
+ const url::Origin& content_origin, |
const std::string& plugin_module_name, |
const gfx::Size& unobscured_size); |