| Index: appengine/chromium_rietveld/new_static/components/cr-patch-file-message.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-patch-file-message.html b/appengine/chromium_rietveld/new_static/components/cr-patch-file-message.html
|
| index 17ecfddf578c5c48944367a2bfbf3af8d688339c..834aa0eac8c600441edfb104dc7986a101dadc2e 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-patch-file-message.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-patch-file-message.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-action.html">
|
| -<link rel="import" href="cr-button.html">
|
| -<link rel="import" href="cr-toolbar.html">
|
| -<link rel="import" href="cr-keyboard.html">
|
| +<link rel="import" href="../common/cr-action.html">
|
| +<link rel="import" href="../common/cr-button.html">
|
| +<link rel="import" href="../common/cr-toolbar.html">
|
| +<link rel="import" href="../common/cr-keyboard.html">
|
| <link rel="import" href="../linkify/cr-linkified-text.html">
|
|
|
| <polymer-element name="cr-patch-file-message" attributes="message expanded">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| :host {
|
| display: block;
|
|
|