| Index: appengine/chromium_rietveld/new_static/components/cr-issue-meta.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-meta.html b/appengine/chromium_rietveld/new_static/components/cr-issue-meta.html
|
| index a5c6ee17c56661b065bd8fdc85609d31e8b2b2f4..59925aa9f7b06ab9e0aea1815d07b0311d81c265 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-meta.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-meta.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-view-handler.html">
|
| +<link rel="import" href="../common/cr-view-handler.html">
|
|
|
| <polymer-element name="cr-issue-meta" attributes="issue">
|
| <template>
|
| <cr-view-handler></cr-view-handler>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| :host {
|
| display: table;
|
|
|