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

Unified Diff: appengine/chromium_rietveld/new_static/views/cr-search-view.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/views/cr-search-view.html
diff --git a/appengine/chromium_rietveld/new_static/views/cr-search-view.html b/appengine/chromium_rietveld/new_static/views/cr-search-view.html
index 524ce030bf48e69b15413d846876713d57c608b9..9c3bbf74b160e6f4844b8c817a20a3a3b1eaf11d 100644
--- a/appengine/chromium_rietveld/new_static/views/cr-search-view.html
+++ b/appengine/chromium_rietveld/new_static/views/cr-search-view.html
@@ -2,16 +2,16 @@
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-button.html">
+<link rel="import" href="../common/cr-button.html">
+<link rel="import" href="../common/cr-keyboard.html">
+<link rel="import" href="../common/cr-toolbar.html">
<link rel="import" href="../components/cr-issue-list.html">
-<link rel="import" href="../components/cr-keyboard.html">
-<link rel="import" href="../components/cr-toolbar.html">
<link rel="import" href="../components/cr-user-autocomplete.html">
<polymer-element name="cr-search-view">
<template>
- <link rel="stylesheet" href="../components/common.css">
- <link rel="stylesheet" href="../components/forms.css">
+ <link rel="stylesheet" href="../common/common.css">
+ <link rel="stylesheet" href="../common/forms.css">
<style>
:host { display: block; }

Powered by Google App Engine
This is Rietveld 408576698