| Index: net/http/http_cache.cc
|
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
|
| index c040aa9a36fc73ffc65aa05c7bbf322d9e19e6c3..8c7dc1e6fbf312c99d17e8d431990fd6af224344 100644
|
| --- a/net/http/http_cache.cc
|
| +++ b/net/http/http_cache.cc
|
| @@ -276,8 +276,8 @@ class HttpCache::QuicServerInfoFactoryAdaptor : public QuicServerInfoFactory {
|
| }
|
|
|
| virtual QuicServerInfo* GetForServer(
|
| - const QuicSessionKey& server_key) OVERRIDE {
|
| - return new DiskCacheBasedQuicServerInfo(server_key, http_cache_);
|
| + const QuicServerId& server_id) OVERRIDE {
|
| + return new DiskCacheBasedQuicServerInfo(server_id, http_cache_);
|
| }
|
|
|
| private:
|
|
|