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

Unified Diff: chrome/browser/resources/md_history/history.html

Issue 2042973002: [MD History] Add routing to the synced devices page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hide_search_bar
Patch Set: Created 4 years, 6 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.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index 009049ab7fe815776d2511e4cbf1388d352e030d..c90bdcaaaacfa04040bee9de9b6f2320aadc43a1 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -67,8 +67,8 @@
<link rel="import" href="chrome://resources/html/util.html">
<link rel="import" href="chrome://resources/html/load_time_data.html">
<link rel="import" href="chrome://history/constants.html">
- <script src="strings.js"></script>
- <script src="history.js"></script>
+ <script src="chrome://history/strings.js"></script>
+ <script src="chrome://history/history.js"></script>
<link rel="import" href="chrome://history/app.html" async id="bundle">
</body>

Powered by Google App Engine
This is Rietveld 408576698