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

Unified Diff: chrome/browser/resources/md_history/history_list.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_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index ef20bf5165d1c64d402aa23fa97ae9304cae16d3..a49b5fb91c62ff4ca35b99fd4ae266b30d66326f 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -1,10 +1,10 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-threshold/iron-scroll-threshold.html">
-<link rel="import" href="chrome://history/constants.html">
-<link rel="import" href="chrome://history/history_item.html">
-<link rel="import" href="chrome://history/history_list_behavior.html">
-<link rel="import" href="chrome://history/shared_style.html">
+<link rel="import" href="chrome://chrome/history/constants.html">
+<link rel="import" href="chrome://chrome/history/history_item.html">
+<link rel="import" href="chrome://chrome/history/history_list_behavior.html">
+<link rel="import" href="chrome://chrome/history/shared_style.html">
<dom-module id="history-list">
<template>
@@ -45,5 +45,5 @@
lower-threshold="500" on-lower-threshold="loadMoreData_">
</iron-scroll-threshold>
</template>
- <script src="chrome://history/history_list.js"></script>
+ <script src="chrome://chrome/history/history_list.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/history_item.html ('k') | chrome/browser/resources/md_history/history_list_behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698