| Index: chrome/browser/resources/about_memory_linux.html
|
| diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html
|
| index 7ac32788b4e46a07e6414de4852a465197f410b7..cc1a2ce719170b039b3b5ba5e170e8f005931fda 100644
|
| --- a/chrome/browser/resources/about_memory_linux.html
|
| +++ b/chrome/browser/resources/about_memory_linux.html
|
| @@ -7,7 +7,7 @@ about:memory template page
|
| <head>
|
| <title>About Memory</title>
|
| <if expr="pp_ifdef('android')">
|
| - <meta name="viewport" content="width=device-width"/>
|
| + <meta name="viewport" content="width=device-width">
|
| </if>
|
| <link rel="stylesheet" href="shared/css/about_memory.css">
|
| <link rel="stylesheet" href="about_memory_linux.css">
|
| @@ -36,9 +36,9 @@ about:memory template page
|
|
|
| <table class='list' id='browserComparison'>
|
| <colgroup>
|
| - <col class='name' />
|
| - <col class='number' />
|
| - <col class='number' />
|
| + <col class='name'>
|
| + <col class='number'>
|
| + <col class='number'>
|
| </colgroup>
|
| <tr class='firstRow doNotFilter'>
|
| <th>
|
| @@ -98,7 +98,7 @@ about:memory template page
|
| I'll show their memory details here.
|
| </div>
|
|
|
| - <br /><br /><br />
|
| + <br><br><br >
|
|
|
| <h2>
|
| Processes
|
| @@ -113,10 +113,10 @@ about:memory template page
|
|
|
| <table class='list' id='memoryDetails'>
|
| <colgroup>
|
| - <col class='pid' />
|
| - <col class='name' />
|
| - <col class='number' />
|
| - <col class='number' />
|
| + <col class='pid'>
|
| + <col class='name' >
|
| + <col class='number'>
|
| + <col class='number'>
|
| </colgroup>
|
| <tr class='firstRow doNotFilter'>
|
| <th>
|
|
|