summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_pipelined_stream.h')
-rw-r--r--net/http/http_pipelined_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_pipelined_stream.h b/net/http/http_pipelined_stream.h
index 6930c08..76897ac 100644
--- a/net/http/http_pipelined_stream.h
+++ b/net/http/http_pipelined_stream.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -98,7 +98,7 @@ class HttpPipelinedStream : public HttpStream {
bool was_npn_negotiated() const;
// Protocol negotiated with the server.
- SSLClientSocket::NextProto protocol_negotiated() const;
+ NextProto protocol_negotiated() const;
private:
HttpPipelinedConnectionImpl* pipeline_;