Index: appengine/chromium_rietveld/new_static/components/cr-issue-messages.html |
diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-messages.html b/appengine/chromium_rietveld/new_static/components/cr-issue-messages.html |
index 31e06384ce3e08e844f90dd52f4e027d848726e1..1f5acdd11b9e0ebe1cf01931edb47874e4a33936 100644 |
--- a/appengine/chromium_rietveld/new_static/components/cr-issue-messages.html |
+++ b/appengine/chromium_rietveld/new_static/components/cr-issue-messages.html |
@@ -2,9 +2,9 @@ |
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-collapsible.html"> |
-<link rel="import" href="cr-hash-observer.html"> |
+<link rel="import" href="../common/cr-action.html"> |
+<link rel="import" href="../common/cr-collapsible.html"> |
+<link rel="import" href="../common/cr-hash-observer.html"> |
<link rel="import" href="cr-issue-message.html"> |
<polymer-element name="cr-issue-messages" attributes="messages" on-message-show="{{ revealMessage }}"> |