| Index: chrome/browser/resources/chromeos/login/md_lock.html
|
| diff --git a/chrome/browser/resources/chromeos/login/md_lock.html b/chrome/browser/resources/chromeos/login/md_lock.html
|
| index 87b5f9869419a487c6a5434ea0f32c7408fce140..eee6efefe797f240083246a69ffbc33e3b511f34 100644
|
| --- a/chrome/browser/resources/chromeos/login/md_lock.html
|
| +++ b/chrome/browser/resources/chromeos/login/md_lock.html
|
| @@ -8,7 +8,7 @@
|
| <meta name="google" value="notranslate">
|
| <title i18n-content="title"></title>
|
|
|
| -<include src="login_shared.html">
|
| +<include src="md_login_shared.html">
|
|
|
| <!-- custom_elements.html (polymer) gets lazily-loaded in lock.js -->
|
|
|
| @@ -16,7 +16,7 @@
|
|
|
| </head>
|
| <body i18n-values=".style.fontFamily:fontfamily;" class="chromeos">
|
| - <include src="screen_container.html">
|
| + <include src="md_screen_container.html">
|
| <script src="chrome://resources/js/i18n_template.js"></script>
|
| </body>
|
| </html>
|
|
|