Index: content/renderer/pepper/plugin_instance_throttler_impl.cc |
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.cc b/content/renderer/pepper/plugin_instance_throttler_impl.cc |
index 00eecbb80dc94f9a8ba0b3b53f54bb5d2b5f3471..3f36e755a4c516033f94984ea8520f56cbbb91b3 100644 |
--- a/content/renderer/pepper/plugin_instance_throttler_impl.cc |
+++ b/content/renderer/pepper/plugin_instance_throttler_impl.cc |
@@ -18,7 +18,7 @@ |
#include "third_party/WebKit/public/web/WebPluginContainer.h" |
#include "third_party/WebKit/public/web/WebPluginParams.h" |
#include "ui/gfx/color_utils.h" |
-#include "url/gurl.h" |
+#include "url/origin.h" |
namespace content { |
@@ -158,7 +158,7 @@ void PluginInstanceThrottlerImpl::SetWebPlugin( |
void PluginInstanceThrottlerImpl::Initialize( |
RenderFrameImpl* frame, |
- const GURL& content_origin, |
+ const url::Origin& content_origin, |
const std::string& plugin_module_name, |
const gfx::Size& unobscured_size) { |
DCHECK(unobscured_size_.IsEmpty()); |