| Index: appengine/chromium_rietveld/new_static/views/cr-inbox-view.html
|
| diff --git a/appengine/chromium_rietveld/new_static/views/cr-inbox-view.html b/appengine/chromium_rietveld/new_static/views/cr-inbox-view.html
|
| index a8141a6eb5253152828e0172cf31545ee72d1aba..63b38a2d82b499d4604d71e1858afb574cacd8f9 100644
|
| --- a/appengine/chromium_rietveld/new_static/views/cr-inbox-view.html
|
| +++ b/appengine/chromium_rietveld/new_static/views/cr-inbox-view.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="../components/cr-action.html">
|
| -<link rel="import" href="../components/cr-butterbar.html">
|
| +<link rel="import" href="../common/cr-action.html">
|
| +<link rel="import" href="../common/cr-butterbar.html">
|
| <link rel="import" href="../components/cr-issue-inbox.html">
|
|
|
| <polymer-element name="cr-inbox-view">
|
| <template>
|
| - <link rel="stylesheet" href="../components/common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| :host { display: block; }
|
|
|
|
|