Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1169)

Unified Diff: content/browser/renderer_host/pepper/browser_ppapi_host_test.h

Issue 61063003: Keep NaCl plugins used in app background pages alive when active. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ref counted compile warning Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/pepper/browser_ppapi_host_test.h
diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_test.h b/content/browser/renderer_host/pepper/browser_ppapi_host_test.h
index 3f375eea10769e9a7a2fadab705fdfa1142ac6d3..d9e73a1ee02e8504479c7168aa7d3af77219c60b 100644
--- a/content/browser/renderer_host/pepper/browser_ppapi_host_test.h
+++ b/content/browser/renderer_host/pepper/browser_ppapi_host_test.h
@@ -27,7 +27,7 @@ class BrowserPpapiHostTest {
private:
ppapi::proxy::ResourceMessageTestSink sink_;
- scoped_ptr<BrowserPpapiHostImpl> ppapi_host_;
+ scoped_refptr<BrowserPpapiHostImpl> ppapi_host_;
DISALLOW_COPY_AND_ASSIGN(BrowserPpapiHostTest);
};

Powered by Google App Engine
This is Rietveld 408576698