| Index: chrome/browser/ui/views/tabs/tab.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
|
| index a8593af29456e7b235ed2fcd6f99ed393716174e..bd5eaeeacadd41249287c8528a2bbb334455b446 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -1546,7 +1546,7 @@ void Tab::PaintPinnedTabTitleChangedIndicatorAndIcon(
|
| const int kIndicatorRadius = 3;
|
| SkPaint indicator_paint;
|
| indicator_paint.setColor(GetNativeTheme()->GetSystemColor(
|
| - ui::NativeTheme::kColorId_CallToActionColor));
|
| + ui::NativeTheme::kColorId_ProminentButtonColor));
|
| indicator_paint.setAntiAlias(true);
|
| const int indicator_x = GetMirroredXWithWidthInView(
|
| favicon_bounds_.right() - kIndicatorRadius, kIndicatorRadius * 2);
|
|
|