| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2014 The Chromium Authors. All rights reserved. | 2 Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be found | 3 Use of this source code is governed by a BSD-style license that can be found |
| 4 in the LICENSE file. | 4 in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <div id="extension-options-overlay" class="page"> | 6 <div id="extension-options-overlay" class="page"> |
| 7 <div class="close-button"></div> | 7 <div class="close-button"></div> |
| 8 <h1 id="extension-options-overlay-title"></h1> | 8 <h1 id="extension-options-overlay-title"></h1> |
| 9 <div class="extension-options-overlay-guest"></div> | 9 <div id="extension-options-overlay-guest"></div> |
| 10 </div> | 10 </div> |
| OLD | NEW |