Index: net/http/disk_cache_based_ssl_host_info.h |
diff --git a/net/http/disk_cache_based_ssl_host_info.h b/net/http/disk_cache_based_ssl_host_info.h |
index 48651ed572255baa2d3e0878abd00cf5f085a86c..2339ae9b1009b8457cffa4e45f6cff6ed90fae95 100644 |
--- a/net/http/disk_cache_based_ssl_host_info.h |
+++ b/net/http/disk_cache_based_ssl_host_info.h |
@@ -106,7 +106,7 @@ class NET_EXPORT_PRIVATE DiskCacheBasedSSLHostInfo |
bool IsCallbackPending() const; |
base::WeakPtrFactory<DiskCacheBasedSSLHostInfo> weak_ptr_factory_; |
- CompletionCallback callback_; |
+ CallbackImpl* callback_; |
State state_; |
bool ready_; |
bool found_entry_; // Controls the behavior of DoCreateOrOpen. |