summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 21:44:19 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 21:44:19 +0000
commitff98d7f0e27e6ce053a9359adabf2da6ceb942e5 (patch)
tree0cd6a67b82225d481763919422f0f7d8cbcda5bf /net/spdy/spdy_http_stream.h
parent31029cc67439f0e23a4a43f450fa21e6818f0c20 (diff)
downloadchromium_src-ff98d7f0e27e6ce053a9359adabf2da6ceb942e5.zip
chromium_src-ff98d7f0e27e6ce053a9359adabf2da6ceb942e5.tar.gz
chromium_src-ff98d7f0e27e6ce053a9359adabf2da6ceb942e5.tar.bz2
Move all objects from the spdy:: namespace to net::
Review URL: http://codereview.chromium.org/9815028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_http_stream.h')
-rw-r--r--net/spdy/spdy_http_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h
index b4b644d..e3f5132 100644
--- a/net/spdy/spdy_http_stream.h
+++ b/net/spdy/spdy_http_stream.h
@@ -77,7 +77,7 @@ class NET_EXPORT_PRIVATE SpdyHttpStream : public SpdyStream::Delegate,
virtual bool OnSendHeadersComplete(int status) OVERRIDE;
virtual int OnSendBody() OVERRIDE;
virtual int OnSendBodyComplete(int status, bool* eof) OVERRIDE;
- virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response,
+ virtual int OnResponseReceived(const SpdyHeaderBlock& response,
base::Time response_time,
int status) OVERRIDE;
virtual void OnDataReceived(const char* buffer, int bytes) OVERRIDE;