| Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| index cae4a0a9c4736dfafe807dc92c23b1c10ad02eea..f00e88c80153e1cfde8f0fea1429dc1fd43eb9a3 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| @@ -5,8 +5,8 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11y-keys.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| -<link rel="import" href="/settings_vars_css.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="../settings_vars_css.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="settings-credit-card-edit-dialog">
|
| <style include="settings-shared md-select">
|
|
|