| Index: chrome/browser/resources/settings/printing_page/cups_printers.html
|
| diff --git a/chrome/browser/resources/settings/printing_page/cups_printers.html b/chrome/browser/resources/settings/printing_page/cups_printers.html
|
| index 677f48c9d939465183e7ff88bf18587f9e9bfd4c..24ea9b131715fbb374a8ae7871622b6e3090845b 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cups_printers.html
|
| +++ b/chrome/browser/resources/settings/printing_page/cups_printers.html
|
| @@ -1,9 +1,9 @@
|
| <link rel="import" href="chrome://resources/html/action_link.html">
|
| <link rel="import" href="chrome://resources/html/action_link_css.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="/printing_page/cups_add_printer_dialog.html">
|
| -<link rel="import" href="/printing_page/cups_printers_list.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="cups_add_printer_dialog.html">
|
| +<link rel="import" href="cups_printers_list.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="settings-cups-printers">
|
| <template>
|
|
|