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

Unified Diff: chrome/browser/resources/downloads/downloads.html

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/downloads/downloads.html
===================================================================
--- chrome/browser/resources/downloads/downloads.html (revision 177292)
+++ chrome/browser/resources/downloads/downloads.html (working copy)
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
- <link rel="stylesheet" href="../shared/css/chrome_shared.css">
+ <link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_shared.css">
<!-- This has to come after chrome_shared.css -->
<link rel="stylesheet" href="downloads.css">
<script src="chrome://resources/js/load_time_data.js"></script>
@@ -13,7 +13,7 @@
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div class="header">
<a id="search-link" href="">
- <img src="../shared/images/downloads_section.png"
+ <img src="../../../../ui/webui/resources/images/downloads_section.png"
width="67" height="67" class="logo" border="0">
</a>
<input id="term" type="search" tabindex=1
« no previous file with comments | « chrome/browser/resources/downloads/downloads.css ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698