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

Unified Diff: chrome/browser/resources/file_manager/photo_import.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/file_manager/photo_import.html
diff --git a/chrome/browser/resources/file_manager/photo_import.html b/chrome/browser/resources/file_manager/photo_import.html
index 0415bc9c4bd88bc226cb513cd40b80edf56baff4..cf26c90107da6f94f3f6aa4e64509587ea98d197 100644
--- a/chrome/browser/resources/file_manager/photo_import.html
+++ b/chrome/browser/resources/file_manager/photo_import.html
@@ -9,12 +9,12 @@
<link rel="stylesheet" href="../shared/css/list.css"></link>
<link rel="stylesheet" href="../shared/css/dialogs.css"></link>
- <link rel="stylesheet" type="text/css" href="css/common.css"/>
- <link rel="stylesheet" type="text/css" href="css/file_types.css"/>
- <link rel="stylesheet" type="text/css" href="css/media_controls.css"/>
- <link rel="stylesheet" type="text/css" href="css/select_album_dialog.css"/>
- <link rel="stylesheet" type="text/css" href="css/tile_view.css"/>
- <link rel="stylesheet" type="text/css" href="css/photo_import.css"/>
+ <link rel="stylesheet" type="text/css" href="css/common.css">
+ <link rel="stylesheet" type="text/css" href="css/file_types.css">
+ <link rel="stylesheet" type="text/css" href="css/media_controls.css">
+ <link rel="stylesheet" type="text/css" href="css/select_album_dialog.css">
+ <link rel="stylesheet" type="text/css" href="css/tile_view.css">
+ <link rel="stylesheet" type="text/css" href="css/photo_import.css">
<script src="js/photo/photo_import_scripts.js"></script>

Powered by Google App Engine
This is Rietveld 408576698