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

Unified Diff: chrome/browser/resources/settings/device_page/storage.html

Issue 2658763004: MD Settings: Use relative paths for "src=" where possible. (Closed)
Patch Set: Rebase Created 3 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/settings/device_page/storage.html
diff --git a/chrome/browser/resources/settings/device_page/storage.html b/chrome/browser/resources/settings/device_page/storage.html
index 26acedcb2c4c6ee7841f73881adf0c11bf38039e..8da943255751e22ffc2c127ad60c48632de80afb 100644
--- a/chrome/browser/resources/settings/device_page/storage.html
+++ b/chrome/browser/resources/settings/device_page/storage.html
@@ -216,5 +216,5 @@
<settings-drive-cache-dialog id="storageDriveCache">
</settings-drive-cache-dialog>
</template>
- <script src="/device_page/storage.js"></script>
+ <script src="storage.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698