diff options
Diffstat (limited to 'chrome/browser/resources/options/browser_options.html')
-rw-r--r-- | chrome/browser/resources/options/browser_options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html index 297095b..daef110 100644 --- a/chrome/browser/resources/options/browser_options.html +++ b/chrome/browser/resources/options/browser_options.html @@ -5,8 +5,8 @@ <include src="reset_profile_settings_banner.html"> <include src="automatic_settings_reset_banner.html"> <if expr="chromeos"> - <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_network_icon/cr_network_icon.html"> - <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_onc/cr_onc_data.html"> + <link rel="import" href="chrome://resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.html"> + <link rel="import" href="chrome://resources/cr_elements/v0_8/cr_onc/cr_onc_data.html"> <include src="secondary_user_banner.html"> <section> <div id="network-section-header" class="section-header"> |