| Index: net/http/http_stream_factory.cc
|
| diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc
|
| index e5ffc260ac83ad05a40cda6ecc3ca4118ed96b19..07ab5f9110876c0e636d9c3de4cdd53637d4b08f 100644
|
| --- a/net/http/http_stream_factory.cc
|
| +++ b/net/http/http_stream_factory.cc
|
| @@ -17,7 +17,7 @@ namespace net {
|
| // static
|
| const HostMappingRules* HttpStreamFactory::host_mapping_rules_ = NULL;
|
| // static
|
| -const std::string* HttpStreamFactory::next_protos_ = NULL;
|
| +std::vector<std::string>* HttpStreamFactory::next_protos_ = NULL;
|
| // static
|
| bool HttpStreamFactory::spdy_enabled_ = true;
|
| // static
|
|
|