| Index: net/spdy/spdy_test_util_common.h
|
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
|
| index 9e9013c502356858403edc0eb06c8019b69c66b6..d5495dccad7499cc3b16710ab4134eeb0e0dc4af 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -237,7 +237,7 @@ base::WeakPtr<SpdySession> CreateInsecureSpdySession(
|
| // attempt to fail with the given error. A SPDY session for |key| must
|
| // not already exist. The session will be created but close in the
|
| // next event loop iteration.
|
| -base::WeakPtr<SpdySession> TryCreateInsecureSpdySessionExpectingFailure(
|
| +base::WeakPtr<SpdySession> TryCreateSpdySessionExpectingFailure(
|
| HttpNetworkSession* http_session,
|
| const SpdySessionKey& key,
|
| Error expected_error,
|
|
|