| Index: appengine/chromium_rietveld/new_static/components/cr-issue-patchfile.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-patchfile.html b/appengine/chromium_rietveld/new_static/components/cr-issue-patchfile.html
|
| index 9a52e56bc3ac9d88342a382e7d83651a1c1e5bd9..97f926e61399bac9d0e208c7fa13b4f01c96dd01 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-patchfile.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-patchfile.html
|
| @@ -2,12 +2,12 @@
|
| 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-action.html">
|
| +<link rel="import" href="../common/cr-action.html">
|
| <link rel="import" href="cr-diff.html">
|
|
|
| <polymer-element name="cr-issue-patchfile" attributes="file mode active">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <link rel="stylesheet" href="cr-issue-patchfile.css">
|
|
|
| <div class="file">
|
|
|