| Index: chrome/browser/resources/predictors/predictors.html | 
| diff --git a/chrome/browser/resources/network_action_predictor/network_action_predictor.html b/chrome/browser/resources/predictors/predictors.html | 
| similarity index 73% | 
| rename from chrome/browser/resources/network_action_predictor/network_action_predictor.html | 
| rename to chrome/browser/resources/predictors/predictors.html | 
| index 735be085a19e0e46471c03200d794c7669e75217..e7ba374f9f5ab69c52b77518f6e7c169e63e0bb6 100644 | 
| --- a/chrome/browser/resources/network_action_predictor/network_action_predictor.html | 
| +++ b/chrome/browser/resources/predictors/predictors.html | 
| @@ -1,15 +1,15 @@ | 
| <!DOCTYPE HTML> | 
| -<html> | 
| +<html> | 
| <head> | 
| <meta charset="utf-8"> | 
| <title>Network Action Predictor</title> | 
| -  <link rel="stylesheet" href="network_action_predictor.css"> | 
| +  <link rel="stylesheet" href="predictors.css"> | 
| <script src="chrome://resources/js/util.js"></script> | 
| -  <script src="chrome://network-action-predictor/network_action_predictor.js"> | 
| +  <script src="chrome://predictors/predictors.js"> | 
| </script> | 
| </head> | 
| <body> | 
| -  <div id="enabledMode" hidden> | 
| +  <div id="autocompletePredictorEnabledMode" hidden> | 
| <label> | 
| <input id="filter" type="checkbox" disabled> | 
| Filter zero confidences | 
| @@ -30,8 +30,8 @@ | 
| </tbody> | 
| </table> | 
| </div> | 
| -  <div id="disabledMode" hidden> | 
| -    <p>Network Action Predictor is disabled.</p> | 
| +  <div id="autocompletePredictorDisabledMode" hidden> | 
| +    <p>Predictors are disabled.</p> | 
| </div> | 
| <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 
| </body> | 
|  |