Index: content/browser/renderer_host/pepper/browser_ppapi_host_test.h |
=================================================================== |
--- content/browser/renderer_host/pepper/browser_ppapi_host_test.h (revision 166155) |
+++ content/browser/renderer_host/pepper/browser_ppapi_host_test.h (working copy) |
@@ -27,7 +27,7 @@ |
private: |
ppapi::proxy::ResourceMessageTestSink sink_; |
- scoped_refptr<BrowserPpapiHostImpl> ppapi_host_; |
+ scoped_ptr<BrowserPpapiHostImpl> ppapi_host_; |
DISALLOW_COPY_AND_ASSIGN(BrowserPpapiHostTest); |
}; |