| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index fe9bdd78816a25abf16bf5b724d0de18d0cf0e37..b2199ee5ed8d030812f5b87c34396e103f4eb9bd 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -17,6 +17,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "base/process_util.h"
|
| #include "chrome/browser/io_thread.h"
|
| #include "chrome/common/metrics_helpers.h"
|
| @@ -369,7 +370,7 @@ class MetricsService : public content::NotificationObserver,
|
| struct ChildProcessStats;
|
| std::map<string16, ChildProcessStats> child_process_stats_buffer_;
|
|
|
| - ScopedRunnableMethodFactory<MetricsService> log_sender_factory_;
|
| + base::WeakPtrFactory<MetricsService> log_sender_factory_;
|
| base::WeakPtrFactory<MetricsService> state_saver_factory_;
|
|
|
| // Dictionary containing all the profile specific metrics. This is set
|
|
|