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

Unified Diff: chrome/browser/history/history_types.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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/history/history_types.cc
diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc
index cd16063ee6e497c9dfc4f1844261117f54b4f152..aadd0af5147325749dc5efaa0967b348cd48b7b3 100644
--- a/chrome/browser/history/history_types.cc
+++ b/chrome/browser/history/history_types.cc
@@ -198,7 +198,6 @@ void QueryResults::DeleteRange(size_t begin, size_t end) {
// Remove this referece from the list.
found->second->erase(found->second->begin() + match);
match--;
-
}
}

Powered by Google App Engine
This is Rietveld 408576698