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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.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_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 971eb5d42dd67e850b6086dde9b4c8a98ecf0d65..fb6d7d9d78834c9200b9d70c973cd05dd3e48c6e 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -8,9 +8,9 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.html">
<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/cr_elements/cr_toolbar/cr_toolbar.html">
-<link rel="import" href="chrome://history/icons.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/icons.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-toolbar">
<template>
@@ -227,5 +227,5 @@
</div>
</template>
</template>
- <script src="chrome://history/history_toolbar.js"></script>
+ <script src="chrome://chrome/history/history_toolbar.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/history_list_behavior.html ('k') | chrome/browser/resources/md_history/lazy_render.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698