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

Unified Diff: chrome/browser/resources/sync_file_system_internals/main.html

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 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/sync_file_system_internals/main.html
diff --git a/chrome/browser/resources/sync_file_system_internals/main.html b/chrome/browser/resources/sync_file_system_internals/main.html
index 12f92532a78b1d8d7b9bb4593aa6528d126055a9..b34e07f69f6872b003481341842073c5db45cc87 100644
--- a/chrome/browser/resources/sync_file_system_internals/main.html
+++ b/chrome/browser/resources/sync_file_system_internals/main.html
@@ -32,19 +32,19 @@ found in the LICENSE file.
</tabs>
<tabpanels>
<tabpanel>
- <include src="sync_service.html" />
+ <include src="sync_service.html" >
</tabpanel>
<tabpanel>
- <include src="task_log.html" />
+ <include src="task_log.html" >
</tabpanel>
<tabpanel>
- <include src="extension_statuses.html" />
+ <include src="extension_statuses.html" >
</tabpanel>
<tabpanel>
- <include src="file_metadata.html" />
+ <include src="file_metadata.html" >
</tabpanel>
<tabpanel>
- <include src="dump_database.html" />
+ <include src="dump_database.html" >
</tabpanel>
</tabpanels>
</tabbox>
« no previous file with comments | « chrome/browser/resources/predictors/predictors.js ('k') | chrome/browser/resources/sync_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698