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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <link rel="stylesheet" href="../shared/css/list.css"></link> 9 <link rel="stylesheet" href="../shared/css/list.css"></link>
10 <link rel="stylesheet" href="../shared/css/dialogs.css"></link> 10 <link rel="stylesheet" href="../shared/css/dialogs.css"></link>
11 11
12 <link rel="stylesheet" type="text/css" href="css/common.css"/> 12 <link rel="stylesheet" type="text/css" href="css/common.css">
13 <link rel="stylesheet" type="text/css" href="css/file_types.css"/> 13 <link rel="stylesheet" type="text/css" href="css/file_types.css">
14 <link rel="stylesheet" type="text/css" href="css/media_controls.css"/> 14 <link rel="stylesheet" type="text/css" href="css/media_controls.css">
15 <link rel="stylesheet" type="text/css" href="css/select_album_dialog.css"/> 15 <link rel="stylesheet" type="text/css" href="css/select_album_dialog.css">
16 <link rel="stylesheet" type="text/css" href="css/tile_view.css"/> 16 <link rel="stylesheet" type="text/css" href="css/tile_view.css">
17 <link rel="stylesheet" type="text/css" href="css/photo_import.css"/> 17 <link rel="stylesheet" type="text/css" href="css/photo_import.css">
18 18
19 <script src="js/photo/photo_import_scripts.js"></script> 19 <script src="js/photo/photo_import_scripts.js"></script>
20 20
21 <if expr="0"> 21 <if expr="0">
22 <!-- This file has not been flattened, load individual scripts. 22 <!-- This file has not been flattened, load individual scripts.
23 Keep the list in sync with photo_import_scripts.js. --> 23 Keep the list in sync with photo_import_scripts.js. -->
24 <script src="../shared/js/load_time_data.js"></script> 24 <script src="../shared/js/load_time_data.js"></script>
25 <script src="../shared/js/util.js"></script> 25 <script src="../shared/js/util.js"></script>
26 <script src="../shared/js/i18n_template_no_process.js"></script> 26 <script src="../shared/js/i18n_template_no_process.js"></script>
27 27
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <div class="titlebar"> 62 <div class="titlebar">
63 <div class="title"></div> 63 <div class="title"></div>
64 <button class="import"></button> 64 <button class="import"></button>
65 </div> 65 </div>
66 <grid></grid> 66 <grid></grid>
67 </div> 67 </div>
68 <div class="spinner"></div> 68 <div class="spinner"></div>
69 </div> 69 </div>
70 </body> 70 </body>
71 </html> 71 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698