| Index: chrome/browser/resources/md_history/synced_device_card.html
|
| diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
|
| index 9fa197502c79e0ad4c47adfecc66ea0b07a07c05..f8314e312512964df6342e1639da657e656bd82d 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -5,10 +5,10 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
|
| <link rel="import" href="chrome://resources/html/icon.html">
|
| -<link rel="import" href="chrome://history/browser_service.html">
|
| -<link rel="import" href="chrome://history/constants.html">
|
| -<link rel="import" href="chrome://history/searched_label.html">
|
| -<link rel="import" href="chrome://history/shared_style.html">
|
| +<link rel="import" href="chrome://chrome/history/browser_service.html">
|
| +<link rel="import" href="chrome://chrome/history/constants.html">
|
| +<link rel="import" href="chrome://chrome/history/searched_label.html">
|
| +<link rel="import" href="chrome://chrome/history/shared_style.html">
|
|
|
| <dom-module id="history-synced-device-card">
|
| <template>
|
| @@ -107,5 +107,5 @@
|
| </iron-collapse>
|
| </div>
|
| </template>
|
| - <script src="chrome://history/synced_device_card.js"></script>
|
| + <script src="chrome://chrome/history/synced_device_card.js"></script>
|
| </dom-module>
|
|
|