| Index: chrome/browser/resources/chromeos/guest_session_tab.html
|
| diff --git a/chrome/browser/resources/chromeos/guest_session_tab.html b/chrome/browser/resources/chromeos/guest_session_tab.html
|
| index 5915b22f3501771139bf3b96b5235435a416d66f..4eaa4f66a1aa70e4b769c4043a7bb1b964281ca8 100644
|
| --- a/chrome/browser/resources/chromeos/guest_session_tab.html
|
| +++ b/chrome/browser/resources/chromeos/guest_session_tab.html
|
| @@ -6,7 +6,7 @@
|
| <script>
|
| // Until themes can clear the cache, force-reload the theme stylesheet.
|
| document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| - 'href="chrome://theme/css/newincognitotab.css?' +
|
| + 'href="chrome://theme/css/incognito_new_tab_theme.css?' +
|
| Date.now() + '">');
|
| </script>
|
| </head>
|
| @@ -19,7 +19,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| <script>
|
| function themeChanged() {
|
| document.getElementById('incognitothemecss').href =
|
| - 'chrome://theme/css/newincognitotab.css?' + Date.now();
|
| + 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now();
|
| }
|
| </script>
|
| </html>
|
|
|