Index: content/browser/renderer_host/pepper/pepper_renderer_connection.h |
diff --git a/content/browser/renderer_host/pepper/pepper_renderer_connection.h b/content/browser/renderer_host/pepper/pepper_renderer_connection.h |
index 157827a9cfd7b6b0728417dc2dd46e92406bed38..01d7bd8818310470ea17b24239474f9d882be4bc 100644 |
--- a/content/browser/renderer_host/pepper/pepper_renderer_connection.h |
+++ b/content/browser/renderer_host/pepper/pepper_renderer_connection.h |
@@ -65,7 +65,7 @@ class PepperRendererConnection : public BrowserMessageFilter { |
// running. This is just a work-around allowing new style resources to work |
// with the browser when running in-process but it means that plugin-specific |
// information (like the plugin name) won't be available. |
- scoped_ptr<BrowserPpapiHostImpl> in_process_host_; |
+ scoped_refptr<BrowserPpapiHostImpl> in_process_host_; |
DISALLOW_COPY_AND_ASSIGN(PepperRendererConnection); |
}; |