Index: chrome/browser/net/network_stats.h |
diff --git a/chrome/browser/net/network_stats.h b/chrome/browser/net/network_stats.h |
index 65742b60ecf690858250279210d3d7c773995195..7b23a60e5ba544c0f29862a1d42220de9908563c 100644 |
--- a/chrome/browser/net/network_stats.h |
+++ b/chrome/browser/net/network_stats.h |
@@ -9,6 +9,7 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "base/bind.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/string_util.h" |
@@ -194,7 +195,7 @@ class NetworkStats { |
base::TimeTicks start_time_; |
// We use this factory to create timeout tasks for socket's ReadData. |
wtc
2011/11/17 08:16:21
Is this comment still accurate?
|
- ScopedRunnableMethodFactory<NetworkStats> timers_factory_; |
+ base::WeakPtrFactory<NetworkStats> weak_factory_; |
}; |
class UDPStatsClient : public NetworkStats { |