| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 2 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html"> |
| 2 <link rel="import" href="chrome://resources/html/polymer.html"> | 3 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 4 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 6 <link rel="import" href="drive_cache_dialog.html"> | 7 <link rel="import" href="drive_cache_dialog.html"> |
| 7 <link rel="import" href="../prefs/prefs.html"> | 8 <link rel="import" href="../prefs/prefs.html"> |
| 8 <link rel="import" href="../route.html"> | 9 <link rel="import" href="../route.html"> |
| 9 <link rel="import" href="../settings_shared_css.html"> | 10 <link rel="import" href="../settings_shared_css.html"> |
| 10 | 11 |
| 11 <dom-module id="settings-storage"> | 12 <dom-module id="settings-storage"> |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 aria-describedby="otherUsersSize"></button> | 257 aria-describedby="otherUsersSize"></button> |
| 257 </div> | 258 </div> |
| 258 </template> | 259 </template> |
| 259 | 260 |
| 260 <settings-drive-cache-dialog id="storageDriveCache" | 261 <settings-drive-cache-dialog id="storageDriveCache" |
| 261 on-close="onCloseDriveCacheDialog_"> | 262 on-close="onCloseDriveCacheDialog_"> |
| 262 </settings-drive-cache-dialog> | 263 </settings-drive-cache-dialog> |
| 263 </template> | 264 </template> |
| 264 <script src="storage.js"></script> | 265 <script src="storage.js"></script> |
| 265 </dom-module> | 266 </dom-module> |
| OLD | NEW |