| Index: net/spdy/spdy_session.cc
|
| ===================================================================
|
| --- net/spdy/spdy_session.cc (revision 45934)
|
| +++ net/spdy/spdy_session.cc (working copy)
|
| @@ -1015,7 +1015,7 @@
|
| // request a duplicate stream which is already scheduled to be
|
| // sent to us.
|
| spdy::SpdyHeaderBlock::const_iterator it;
|
| - it = headers.find("X-Associated-Content");
|
| + it = headers.find("x-associated-content");
|
| if (it != headers.end()) {
|
| const std::string& content = it->second;
|
| std::string::size_type start = 0;
|
|
|