| Index: appengine/chromium_rietveld/new_static/components/cr-issue-revert-dialog.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-revert-dialog.html b/appengine/chromium_rietveld/new_static/components/cr-issue-revert-dialog.html
|
| index 7cc58b1143407ae0dbc827a3b3da7ffdaae80e3a..4bfc3fa7658d86555a98a0048628ade92b297899 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-revert-dialog.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-revert-dialog.html
|
| @@ -2,14 +2,14 @@
|
| 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-issue-revert-dialog" attributes="patchset">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| .dialog-fields-label {
|
| font-weight: bold;
|
|
|