summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/settings/checkbox/checkbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/settings/checkbox/checkbox.html')
-rw-r--r--chrome/browser/resources/settings/checkbox/checkbox.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/resources/settings/checkbox/checkbox.html b/chrome/browser/resources/settings/checkbox/checkbox.html
index e4e884c..e660fdb 100644
--- a/chrome/browser/resources/settings/checkbox/checkbox.html
+++ b/chrome/browser/resources/settings/checkbox/checkbox.html
@@ -2,11 +2,10 @@
<link rel="import" href="chrome://resources/cr_elements/cr_checkbox/cr_checkbox.html">
<link rel="import" href="chrome://resources/cr_elements/cr_events/cr_events.html">
<link rel="import" href="chrome://md-settings/pref_tracker/pref_tracker.html">
-<link rel="import" href="checkbox_style.html">
<polymer-element name="cr-settings-checkbox">
<template>
- <core-style ref="checkboxStyle"></core-style>
+ <link rel="stylesheet" href="checkbox.css">
<cr-events id="events"></cr-events>
<cr-settings-pref-tracker pref="{{pref}}"></cr-settings-pref-tracker>