| Index: net/spdy/spdy_session_pool.cc
|
| diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/spdy_session_pool.cc
|
| index cda01028cdb1e7c8c43aaeb4aa6cb6077afdf1df..499670ebafbf3b541a79fd90db1e26f9dbe68142 100644
|
| --- a/net/spdy/spdy_session_pool.cc
|
| +++ b/net/spdy/spdy_session_pool.cc
|
| @@ -251,8 +251,8 @@ bool SpdySessionPool::RemoveFromSessionList(
|
| return true;
|
| }
|
|
|
| -Value* SpdySessionPool::SpdySessionPoolInfoToValue() const {
|
| - ListValue* list = new ListValue();
|
| +base::Value* SpdySessionPool::SpdySessionPoolInfoToValue() const {
|
| + base::ListValue* list = new base::ListValue();
|
|
|
| for (SpdySessionsMap::const_iterator it = sessions_.begin();
|
| it != sessions_.end(); ++it) {
|
|
|