Index: content/browser/appcache/appcache_update_job.h |
diff --git a/content/browser/appcache/appcache_update_job.h b/content/browser/appcache/appcache_update_job.h |
index 4d2d896ea74485cbb2757e145de08748a547eca7..e7d2bdde2e8a5775832fc23cd91cedc1502d787d 100644 |
--- a/content/browser/appcache/appcache_update_job.h |
+++ b/content/browser/appcache/appcache_update_job.h |
@@ -14,6 +14,7 @@ |
#include "base/gtest_prod_util.h" |
#include "base/memory/ref_counted.h" |
#include "base/time/time.h" |
+#include "base/timer/timer.h" |
#include "content/browser/appcache/appcache.h" |
#include "content/browser/appcache/appcache_host.h" |
#include "content/browser/appcache/appcache_response.h" |
@@ -335,6 +336,7 @@ class CONTENT_EXPORT AppCacheUpdateJob |
StoredState stored_state_; |
AppCacheStorage* storage_; |
+ base::WeakPtrFactory<AppCacheUpdateJob> weak_factory_; |
FRIEND_TEST_ALL_PREFIXES(content::AppCacheGroupTest, QueueUpdate); |