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

Unified Diff: chrome/browser/resources/net_internals/service_providers_view.html

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a comment Created 8 years, 10 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/net_internals/service_providers_view.html
diff --git a/chrome/browser/resources/net_internals/service_providers_view.html b/chrome/browser/resources/net_internals/service_providers_view.html
index 20dac2865046b11a86afe454a03c1786c17e2bc6..234697269c97ae9fb2454d50e22c10a274f04713 100644
--- a/chrome/browser/resources/net_internals/service_providers_view.html
+++ b/chrome/browser/resources/net_internals/service_providers_view.html
@@ -1,7 +1,7 @@
<!-- Only shown on Windows -->
-<div id=service-providers-view-tab-content style="display: none;">
+<div id=service-providers-view-tab-content style="display: none;" class=content-box>
<h4>Layered Service Providers</h4>
- <table class="styledTable">
+ <table class="styled-table">
mmenke 2012/02/28 22:15:02 Hmm...sometime we use quotes on single class names
eroman 2012/02/28 22:28:32 indeed. I'll leave that to a follow-up. My incli
<thead>
<tr>
<th>Name</th>
@@ -16,7 +16,7 @@
</tbody>
</table>
<h4>Namespace Providers</h4>
- <table class="styledTable">
+ <table class="styled-table">
<thead>
<tr>
<th>Name</th>

Powered by Google App Engine
This is Rietveld 408576698