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

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

Issue 10380041: Refactoring AutocompleteActionPredictor Database. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Syncing to HEAD Created 8 years, 7 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/predictors/predictors.html
diff --git a/chrome/browser/resources/predictors/autocomplete_action_predictor.html b/chrome/browser/resources/predictors/predictors.html
similarity index 86%
rename from chrome/browser/resources/predictors/autocomplete_action_predictor.html
rename to chrome/browser/resources/predictors/predictors.html
index a4beade74eaa433561980b736fdbfbded4b096dc..4d03afad027f6b48b0e7a6ecd32e02fb04a16e95 100644
--- a/chrome/browser/resources/predictors/autocomplete_action_predictor.html
+++ b/chrome/browser/resources/predictors/predictors.html
@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>Autocomplete Action Predictor</title>
- <link rel="stylesheet" href="autocomplete_action_predictor.css">
+ <link rel="stylesheet" href="predictors.css">
<script src="chrome://resources/js/util.js"></script>
- <script src="chrome://predictors/autocomplete_action_predictor.js">
+ <script src="chrome://predictors/predictors.js">
</script>
</head>
<body>
« no previous file with comments | « chrome/browser/resources/predictors/predictors.css ('k') | chrome/browser/resources/predictors/predictors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698