| Index: chrome/browser/resources/options/manage_profile_overlay.html
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
|
| index d922da0882918327f849117fb191e50850d4b92e..688d2496ae0bd2c441ec7f0291368137c02c50a4 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.html
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.html
|
| @@ -45,9 +45,9 @@
|
| </div>
|
| </div>
|
| <div class="action-area button-strip">
|
| - <button id="delete-profile-cancel" i18n-content="cancel"></button>
|
| - <button id="delete-profile-ok" class="default-button"
|
| - i18n-content="deleteProfileOK"></button>
|
| + <button id="delete-profile-ok" i18n-content="deleteProfileOK"></button>
|
| + <button id="delete-profile-cancel" i18n-content="cancel"
|
| + class="default-button"></button>
|
| </div>
|
| </div>
|
| <!-- Dialog for disconnecting enterprise managed profiles. -->
|
|
|