| Index: chrome/browser/resources/options/autofill_options.html
|
| diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
|
| index 7c912c7caa84c3bdf941e6f1857f041c397ae68f..507c02ebd869f131028c89a1742f42ea8f8ce4f2 100644
|
| --- a/chrome/browser/resources/options/autofill_options.html
|
| +++ b/chrome/browser/resources/options/autofill_options.html
|
| @@ -1,10 +1,12 @@
|
| <div id="autofill-options" class="page hidden">
|
| <h1 i18n-content="autoFillOptionsPage"></h1>
|
| <if expr="os == 'darwin'">
|
| - <label class="checkbox">
|
| - <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
|
| - <span i18n-content="auxiliaryProfilesEnabled"></span>
|
| - </label>
|
| + <div class="checkbox">
|
| + <label>
|
| + <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
|
| + <span i18n-content="auxiliaryProfilesEnabled"></span>
|
| + </label>
|
| + </div>
|
| </if>
|
| <h3 i18n-content="autoFillAddresses"></h3>
|
| <div class="settings-list">
|
|
|