Index: net/spdy/spdy_session_unittest.cc |
diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc |
index 2a0eab0dcfbf29e21299759d38e7a0ecbe5e7547..98abf0ea0d007be325e66d917162deea7c96ac89 100644 |
--- a/net/spdy/spdy_session_unittest.cc |
+++ b/net/spdy/spdy_session_unittest.cc |
@@ -1698,7 +1698,7 @@ TEST_P(SpdySessionTest, SendInitialDataOnNewSession) { |
TEST_P(SpdySessionTest, ClearSettingsStorageOnIPAddressChanged) { |
CreateNetworkSession(); |
- base::WeakPtr<HttpServerProperties> test_http_server_properties = |
+ HttpServerProperties* test_http_server_properties = |
spdy_session_pool_->http_server_properties(); |
SettingsFlagsAndValue flags_and_value1(SETTINGS_FLAG_PLEASE_PERSIST, 2); |
test_http_server_properties->SetSpdySetting(test_server_, |