Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5809)

Unified Diff: chrome/browser/net/dns_global.cc

Issue 14919: Platform cleanup in chrome/browser/net. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/net/dns_master.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/net/dns_master.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698