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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2352553002: [MD History] Run MD History on chrome://chrome/history. (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/resources/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 8fc55bc76bab6970a674470e983fe8dca84f6432..d8a432f578f853b28a52f9a75a7bd6a1002e2d9e 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -7,10 +7,10 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
<link rel="import" href="chrome://resources/html/icon.html">
<link rel="import" href="chrome://resources/html/util.html">
-<link rel="import" href="chrome://history/browser_service.html">
-<link rel="import" href="chrome://history/constants.html">
-<link rel="import" href="chrome://history/searched_label.html">
-<link rel="import" href="chrome://history/shared_style.html">
+<link rel="import" href="chrome://chrome/history/browser_service.html">
+<link rel="import" href="chrome://chrome/history/constants.html">
+<link rel="import" href="chrome://chrome/history/searched_label.html">
+<link rel="import" href="chrome://chrome/history/shared_style.html">
<dom-module id="history-item">
<template>
@@ -252,5 +252,5 @@
</div>
</div>
</template>
- <script src="chrome://history/history_item.js"></script>
+ <script src="chrome://chrome/history/history_item.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/history.html ('k') | chrome/browser/resources/md_history/history_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698