Chromium Code Reviews| Index: chrome/browser/net/dns_host_info.h |
| =================================================================== |
| --- chrome/browser/net/dns_host_info.h (revision 2262) |
| +++ chrome/browser/net/dns_host_info.h (working copy) |
| @@ -49,7 +49,7 @@ |
| // might likely take place. |
| static const int kMaxGuaranteedCacheSize = 50; |
| - typedef std::vector<const DnsHostInfo> DnsInfoTable; |
| + typedef std::vector<DnsHostInfo> DnsInfoTable; |
| static const TimeDelta kNullDuration; |