| Index: chrome/browser/resources/settings/prefs/prefs.html
|
| diff --git a/chrome/browser/resources/settings/prefs/prefs.html b/chrome/browser/resources/settings/prefs/prefs.html
|
| index a089264b1a78b7ebe567ff9907ef39848d6ae2e0..2b5323003d0a64555104eea3dd329f1a997cf712 100644
|
| --- a/chrome/browser/resources/settings/prefs/prefs.html
|
| +++ b/chrome/browser/resources/settings/prefs/prefs.html
|
| @@ -1,8 +1,8 @@
|
| -<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
|
| <link rel="import" href="chrome://resources/html/assert.html">
|
| <link rel="import" href="chrome://resources/html/cr.html">
|
|
|
| -<polymer-element name="cr-settings-prefs">
|
| +<dom-module id="cr-settings-prefs">
|
| <script src="prefs_types.js"></script>
|
| <script src="prefs.js"></script>
|
| -</polymer-element>
|
| +</dom-module>
|
|
|