| Index: appengine/chromium_rietveld/new_static/components/cr-patchset-edit-dialog.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-patchset-edit-dialog.html b/appengine/chromium_rietveld/new_static/components/cr-patchset-edit-dialog.html
|
| index c5ca7e800d81a60f69cc427670daf0651fa8e596..ba1e2648f571730f5f2feb63aea9252cc1ad0b43 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-patchset-edit-dialog.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-patchset-edit-dialog.html
|
| @@ -2,15 +2,15 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<link rel="import" href="cr-butterbar.html">
|
| -<link rel="import" href="cr-button.html">
|
| -<link rel="import" href="cr-dialog.html">
|
| -<link rel="import" href="cr-toolbar.html">
|
| +<link rel="import" href="../common/cr-butterbar.html">
|
| +<link rel="import" href="../common/cr-button.html">
|
| +<link rel="import" href="../common/cr-dialog.html">
|
| +<link rel="import" href="../common/cr-toolbar.html">
|
|
|
| <polymer-element name="cr-patchset-edit-dialog" attributes="patchset">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| - <link rel="stylesheet" href="forms.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| + <link rel="stylesheet" href="../common/forms.css">
|
|
|
| <style>
|
| img {
|
|
|