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

Unified Diff: chrome/browser/resources/md_history/synced_device_manager.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
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_card.html ('k') | chrome/browser/resources/vulcanize.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/synced_device_manager.html
diff --git a/chrome/browser/resources/md_history/synced_device_manager.html b/chrome/browser/resources/md_history/synced_device_manager.html
index 40dff8b5a46e4e9377d13deff042ea4dccef08e2..87c7f972744a0ca0e8f392a936396a99ca0f69c6 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -4,9 +4,9 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.html">
<link rel="import" href="chrome://resources/cr_elements/cr_shared_menu/cr_shared_menu.html">
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
-<link rel="import" href="chrome://history/lazy_render.html">
-<link rel="import" href="chrome://history/shared_style.html">
-<link rel="import" href="chrome://history/synced_device_card.html">
+<link rel="import" href="chrome://chrome/history/lazy_render.html">
+<link rel="import" href="chrome://chrome/history/shared_style.html">
+<link rel="import" href="chrome://chrome/history/synced_device_card.html">
<dom-module id="history-synced-device-manager">
<template>
@@ -18,8 +18,8 @@
#illustration {
background: -webkit-image-set(
- url(chrome://history/images/100/sign_in_promo.png) 1x,
- url(chrome://history/images/200/sign_in_promo.png) 2x)
+ url(chrome://chrome/history/images/100/sign_in_promo.png) 1x,
+ url(chrome://chrome/history/images/200/sign_in_promo.png) 2x)
no-repeat center center;
height: 222px;
margin-top: 100px;
@@ -102,5 +102,5 @@
</cr-shared-menu>
</template>
</template>
- <script src="chrome://history/synced_device_manager.js"></script>
+ <script src="chrome://chrome/history/synced_device_manager.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_card.html ('k') | chrome/browser/resources/vulcanize.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698