Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index 88da911c037d82f02d72235ecc8bf2a0ecc8e1a0..4a922987f89bf5838f17ae158f416b96c9fbee8d 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -402,7 +402,9 @@ void ProfileIOData::set_http_server_properties_manager( |
} |
ProfileIOData::ResourceContext::ResourceContext(ProfileIOData* io_data) |
- : io_data_(io_data) { |
+ : io_data_(io_data), |
+ host_resolver_(NULL), |
+ request_context_(NULL) { |
DCHECK(io_data); |
} |