Index: appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html |
diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html b/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html |
index 2ffaab5bbb05f7dba2b4fd7d8d22fe269d8c363d..970eb8abbfc878a06f702d8a5570d615aae98cae 100644 |
--- a/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html |
+++ b/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html |
@@ -2,14 +2,14 @@ |
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="../common/cr-toolbar.html"> |
<link rel="import" href="cr-issue-patchfile.html"> |
-<link rel="import" href="cr-toolbar.html"> |
<link rel="import" href="cr-try-results.html"> |
<polymer-element name="cr-issue-patchset" attributes="patchset mode"> |
<template> |
- <link rel="stylesheet" href="common.css"> |
+ <link rel="stylesheet" href="../common/common.css"> |
<link rel="stylesheet" href="cr-issue-patchset.css"> |
<template if="{{ patchset.sourceFiles.length }}"> |
<header> |