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

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-issue-message.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-message.html
diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-message.html b/appengine/chromium_rietveld/new_static/components/cr-issue-message.html
index 1e73d316a42dac2ba87b0913684f9efdd9096918..f3df25e337d6440dfe06184313e7a98bc47a3c06 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-issue-message.html
+++ b/appengine/chromium_rietveld/new_static/components/cr-issue-message.html
@@ -2,10 +2,10 @@
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-collapsible.html">
-<link rel="import" href="cr-issue-message-reply.html">
-<link rel="import" href="cr-view-handler.html">
+<link rel="import" href="../common/cr-collapsible.html">
+<link rel="import" href="../common/cr-view-handler.html">
<link rel="import" href="../linkify/cr-linkified-text.html">
+<link rel="import" href="cr-issue-message-reply.html">
<polymer-element name="cr-issue-message" attributes="message selected">
<template>

Powered by Google App Engine
This is Rietveld 408576698