Index: remoting/host/plugin/host_script_object.h |
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h |
index 0516efca7aee0abb2363d805518b1f668b7cdd42..91b9a0d8c9640bfb43ec31698fd9ff1b7ff972cb 100644 |
--- a/remoting/host/plugin/host_script_object.h |
+++ b/remoting/host/plugin/host_script_object.h |
@@ -331,8 +331,8 @@ class HostNPScriptObject { |
// Plugin state used for both Ir2Me and Me2Me. |
// Used to cancel pending tasks for this object when it is destroyed. |
- base::WeakPtrFactory<HostNPScriptObject> weak_factory_; |
base::WeakPtr<HostNPScriptObject> weak_ptr_; |
+ base::WeakPtrFactory<HostNPScriptObject> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(HostNPScriptObject); |
}; |