| Index: appengine/chromium_rietveld/new_static/components/cr-issue-message-reply.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-message-reply.html b/appengine/chromium_rietveld/new_static/components/cr-issue-message-reply.html
|
| index 092e60a9e8a642744ade66c510294b03cfcb508c..3c52936815e1b8b66c7cf5989638b76766fbcf4c 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-message-reply.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-message-reply.html
|
| @@ -2,13 +2,13 @@
|
| 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="cr-toolbar.html">
|
| -<link rel="import" href="cr-button.html">
|
| +<link rel="import" href="../common/cr-action.html">
|
| +<link rel="import" href="../common/cr-toolbar.html">
|
| +<link rel="import" href="../common/cr-button.html">
|
|
|
| <polymer-element name="cr-issue-message-reply" attributes="message expanded value">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| :host {
|
| display: block;
|
|
|