| Index: chrome/browser/resources/chromeos/about_sys.html
|
| ===================================================================
|
| --- chrome/browser/resources/chromeos/about_sys.html (revision 111700)
|
| +++ chrome/browser/resources/chromeos/about_sys.html (working copy)
|
| @@ -62,7 +62,7 @@
|
| -webkit-padding-start: 3em;
|
| margin: 0;
|
| display: inline;
|
| - background: url('shared/images/gear.png') no-repeat;
|
| + background: url('../shared/images/gear.png') no-repeat;
|
| background-position: 12px 60%;
|
| color: white;
|
| }
|
| @@ -176,7 +176,7 @@
|
| float: right;
|
| }
|
| </style>
|
| -<script src="shared/js/local_strings.js"></script>
|
| +<script src="chrome://resources/js/local_strings.js"></script>
|
| <script>
|
| var localStrings;
|
|
|
|
|