| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.cc | 
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc | 
| index 796c56ddc7a04663c8fae9a5abf954703c08506b..d0b5d24f553746a5e9bf404f7223e4416f5f37e1 100644 | 
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc | 
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc | 
| @@ -57,7 +57,7 @@ gfx::ImageSkia BrowserNonClientFrameView::GetOTRAvatarIcon() const { | 
| return *GetThemeProviderForProfile()->GetImageSkiaNamed(IDR_OTR_ICON); | 
| const SkColor icon_color = color_utils::PickContrastingColor( | 
| SK_ColorWHITE, gfx::kChromeIconGrey, GetFrameColor()); | 
| -  return gfx::CreateVectorIcon(gfx::VectorIconId::INCOGNITO, 24, icon_color); | 
| +  return gfx::CreateVectorIcon(gfx::VectorIconId::INCOGNITO, icon_color); | 
| } | 
|  | 
| SkColor BrowserNonClientFrameView::GetToolbarTopSeparatorColor() const { | 
|  |