| Index: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| index cc9f3edec26d3092ac9cbcdffdacadc2c0aefc74..ac10986cae1ba423d2ea55466eac7f5a38482043 100644
|
| --- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| +++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| @@ -161,7 +161,7 @@ void ProfileSigninConfirmationDialogViews::ViewHierarchyChanged(
|
| prompt_label->SetDisplayedOnBackgroundColor(kPromptBarBackgroundColor);
|
|
|
| views::StyledLabel::RangeStyleInfo bold_style;
|
| - bold_style.font_style = gfx::Font::BOLD;
|
| + bold_style.weight = gfx::Font::WEIGHT_BOLD;
|
| prompt_label->AddStyleRange(
|
| gfx::Range(offset, offset + domain.size()), bold_style);
|
|
|
|
|