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

Unified Diff: chrome/browser/resources/settings/prefs/prefs.html

Issue 1131793002: Upgrade checkbox, pref-tracker, and prefs to 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crelements
Patch Set: update settings_resources.grd Created 5 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/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>
« no previous file with comments | « chrome/browser/resources/settings/pref_tracker/pref_tracker.js ('k') | chrome/browser/resources/settings/prefs/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698