| Index: chrome/browser/net/dns_global.cc
|
| diff --git a/chrome/browser/net/dns_global.cc b/chrome/browser/net/dns_global.cc
|
| index 096af58751dd7fc36b2d2e6a23051551311742a5..1cbf815086c7a436ce5ba7b12a6765ff662a77a6 100644
|
| --- a/chrome/browser/net/dns_global.cc
|
| +++ b/chrome/browser/net/dns_global.cc
|
| @@ -187,7 +187,7 @@ PrefetchObserver::~PrefetchObserver() {
|
|
|
| void PrefetchObserver::OnStartResolution(const std::string& host_name,
|
| void* context) {
|
| - DCHECK_NE(0, host_name.length());
|
| + DCHECK_NE(0U, host_name.length());
|
| DnsHostInfo navigation_info;
|
| navigation_info.SetHostname(host_name);
|
| navigation_info.SetStartedState();
|
|
|