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

Unified Diff: chrome/browser/net/predictor.h

Issue 8589012: base::Bind fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 710b8ae64e659f3629a00894b3ae771733feab01..bb91587534ff23518269c078dda483f58ee6775e 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -492,7 +492,7 @@ class Predictor {
// A time after which we need to do more trimming of referrers.
base::TimeTicks next_trim_time_;
- scoped_ptr<ScopedRunnableMethodFactory<Predictor> > trim_task_factory_;
+ scoped_ptr<base::WeakPtrFactory<Predictor> > weak_factory_;
DISALLOW_COPY_AND_ASSIGN(Predictor);
};

Powered by Google App Engine
This is Rietveld 408576698