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

Unified Diff: chrome/browser/resources/md_history/list_container.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/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 6061d5725bd89582565b71a05b950b93c2b519b6..663ecfead21b10e11816e275afc09e3f8f4ede5f 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -4,11 +4,11 @@
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-pages/iron-pages.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.html">
-<link rel="import" href="chrome://history/browser_service.html">
-<link rel="import" href="chrome://history/grouped_list.html">
-<link rel="import" href="chrome://history/history_list.html">
-<link rel="import" href="chrome://history/lazy_render.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/grouped_list.html">
+<link rel="import" href="chrome://chrome/history/history_list.html">
+<link rel="import" href="chrome://chrome/history/lazy_render.html">
+<link rel="import" href="chrome://chrome/history/shared_style.html">
<dom-module id="history-list-container">
<template>
@@ -71,5 +71,5 @@
</cr-shared-menu>
</template>
</template>
- <script src="chrome://history/list_container.js"></script>
+ <script src="chrome://chrome/history/list_container.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/lazy_render.html ('k') | chrome/browser/resources/md_history/searched_label.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698