| Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html | 
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..05660254b66cfc1bcc0bc3612414c4f9c25ed37f | 
| --- /dev/null | 
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html | 
| @@ -0,0 +1,10 @@ | 
| +<link rel="import" href="chrome://resources/html/polymer.html"> | 
| +<link rel="import" href="chrome://md-settings/settings_shared_css.html"> | 
| + | 
| +<dom-module id="settings-autofill-section"> | 
| +  <template> | 
| +    <style include="settings-shared"></style> | 
| +    <!-- TODO(hcarmona): Implement this. --> | 
| +  </template> | 
| +  <script src="chrome://md-settings/passwords_and_forms_page/autofill_section.js"></script> | 
| +</dom-module> | 
|  |