Index: content/browser/plugin_loader_posix.h |
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h |
index 1646643eeb7745f5ccdf616c024e90147f15f1a2..e9c92fea1b4450153096ed11a3152bb0ad8b51f2 100644 |
--- a/content/browser/plugin_loader_posix.h |
+++ b/content/browser/plugin_loader_posix.h |
@@ -92,7 +92,7 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client, |
bool MaybeRunPendingCallbacks(); |
// The process host for which this is a client. |
- UtilityProcessHost* process_host_; |
+ base::WeakPtr<UtilityProcessHost> process_host_; |
// A list of paths to plugins which will be loaded by the utility process, in |
// the order specified by this vector. |