Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2313)

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-issue-messages.html

Issue 1001723003: Create a common directory of widgets and css. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 }}">

Powered by Google App Engine
This is Rietveld 408576698