| Index: chrome/browser/resources/new_tab.html
|
| ===================================================================
|
| --- chrome/browser/resources/new_tab.html (revision 19334)
|
| +++ chrome/browser/resources/new_tab.html (working copy)
|
| @@ -47,7 +47,7 @@
|
| logEvent('log start');
|
|
|
| </script>
|
| -<link rel="stylesheet" href="new_new_tab.css">
|
| +<link rel="stylesheet" href="new_tab.css">
|
| <link id="themecss" rel="stylesheet" href="chrome://theme/css/newtab.css">
|
| </head>
|
| <body class="loading"
|
| @@ -187,5 +187,5 @@
|
| </div>
|
|
|
| <script src="local_strings.js"></script>
|
| -<script src="new_new_tab.js"></script>
|
| +<script src="new_tab.js"></script>
|
| </html>
|
|
|
|
|