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

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: rebase off head 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">
<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>
« no previous file with comments | « chrome/browser/resources/net_internals/proxy_view.html ('k') | chrome/browser/resources/net_internals/sockets_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698