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

Unified Diff: chrome/browser/resources/md_history/grouped_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/grouped_list.html
diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
index 557ec95dd4a58c9ca664d6fe97b9fb6c08200d77..81bfd8f4dff23042d51c925d3e940672910dd35e 100644
--- a/chrome/browser/resources/md_history/grouped_list.html
+++ b/chrome/browser/resources/md_history/grouped_list.html
@@ -2,10 +2,10 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-collapse.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.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-grouped-list">
<template>
@@ -115,5 +115,5 @@
</template>
</div>
</template>
- <script src="chrome://history/grouped_list.js"></script>
+ <script src="chrome://chrome/history/grouped_list.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/constants.html ('k') | chrome/browser/resources/md_history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698