| OLD | NEW |
| 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
| 4 | 4 |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe
s/iron-flex-layout.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe
s/iron-flex-layout.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr
ogress.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr
ogress.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> |
| 8 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
| 9 | 9 |
| 10 <!-- | 10 <!-- |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 </div> | 35 </div> |
| 36 <div class="gaia-footer flex vertical layout"> | 36 <div class="gaia-footer flex vertical layout"> |
| 37 <div class="footer-container flex vertical layout"> | 37 <div class="footer-container flex vertical layout"> |
| 38 <content select=".footer"></content> | 38 <content select=".footer"></content> |
| 39 </div> | 39 </div> |
| 40 <div id="bottom-overlay" class="overlay"></div> | 40 <div id="bottom-overlay" class="overlay"></div> |
| 41 </div> | 41 </div> |
| 42 <div id="full-overlay" class="overlay"></div> | 42 <div id="full-overlay" class="overlay"></div> |
| 43 </template> | 43 </template> |
| 44 </dom-module> | 44 </dom-module> |
| 45 |
| OLD | NEW |