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

Unified Diff: chrome/browser/safe_browsing/malware_details_cache.cc

Issue 313073002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months 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
Index: chrome/browser/safe_browsing/malware_details_cache.cc
diff --git a/chrome/browser/safe_browsing/malware_details_cache.cc b/chrome/browser/safe_browsing/malware_details_cache.cc
index b59b5c92c829b0b404dba5c7f73f4f4b963b1709..ef41946dbe9f9545fc9635cb7a561c8239baeeda 100644
--- a/chrome/browser/safe_browsing/malware_details_cache.cc
+++ b/chrome/browser/safe_browsing/malware_details_cache.cc
@@ -67,7 +67,7 @@ void MalwareDetailsCacheCollector::OpenEntry() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
DVLOG(1) << "OpenEntry";
- if (resources_it_ == resources_->end()) { // We are done.
+ if (resources_it_ == resources_->end()) { // We are done.
Scott Hess - ex-Googler 2014/06/04 16:19:08 Or just remove the comment. Being at the end and
jaekyeom 2014/06/05 11:58:57 Done.
AllDone(true);
return;
}

Powered by Google App Engine
This is Rietveld 408576698