Index: chrome/browser/appcache/appcache_frontend_proxy.cc |
=================================================================== |
--- chrome/browser/appcache/appcache_frontend_proxy.cc (revision 75286) |
+++ chrome/browser/appcache/appcache_frontend_proxy.cc (working copy) |
@@ -22,7 +22,7 @@ |
void AppCacheFrontendProxy::OnEventRaised(const std::vector<int>& host_ids, |
appcache::EventID event_id) { |
- DCHECK(event_id != appcache::PROGRESS_EVENT); // See OnProgressEventRaised. |
+ DCHECK_NE(event_id, appcache::PROGRESS_EVENT); // See OnProgressEventRaised. |
sender_->Send(new AppCacheMsg_EventRaised(host_ids, event_id)); |
} |