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

Unified Diff: chrome/browser/resources/about_memory_mac.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 years, 4 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/resources/about_memory_mac.html
diff --git a/chrome/browser/resources/about_memory_mac.html b/chrome/browser/resources/about_memory_mac.html
index 4d3b94c9f7a17ac5279d05f85411787d7fdbee23..06cbccc5077348eaa6abc9051a42bed61626b424 100644
--- a/chrome/browser/resources/about_memory_mac.html
+++ b/chrome/browser/resources/about_memory_mac.html
@@ -57,11 +57,11 @@ table.list#memoryDetails tr.firstRow th:nth-child(2) {
<table class='list' id='browserComparison'>
<colgroup>
- <col class='name' />
- <col class='number' />
- <col class='number' />
- <col class='number' />
- <col class='number' />
+ <col class='name'>
+ <col class='number'>
+ <col class='number'>
+ <col class='number'>
+ <col class='number'>
</colgroup>
<tr class='firstRow doNotFilter'>
<th>
@@ -144,7 +144,7 @@ table.list#memoryDetails tr.firstRow th:nth-child(2) {
(Bug: We seriously overcount our own memory usage: <a href="http://crbug.com/25454">Issue 25454</a>.)
</div>
- <br /><br /><br />
+ <br><br><br>
<h2>
Processes
@@ -159,12 +159,12 @@ table.list#memoryDetails tr.firstRow th:nth-child(2) {
<table class='list' id='memoryDetails'>
<colgroup>
- <col class='pid' />
- <col class='name' />
- <col class='number' />
- <col class='number' />
- <col class='number' />
- <col class='number' />
+ <col class='pid'>
+ <col class='name'>
+ <col class='number'>
+ <col class='number'>
+ <col class='number'>
+ <col class='number'>
</colgroup>
<tr class='firstRow doNotFilter'>
<th>

Powered by Google App Engine
This is Rietveld 408576698