| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
|
| index 2b421d7d51ca6aab2f301dd43c432c70780a34f5..1dfb6238df80f90e08b1a3f5810b35564e945fd5 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/command_line.h"
|
| #include "chrome/browser/profiles/profiles_state.h"
|
| +#include "chrome/browser/ui/views/layout_constants.h"
|
| #include "chrome/browser/ui/views/profiles/avatar_menu_button.h"
|
| -#include "chrome/browser/ui/views/tabs/tab_strip.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "components/signin/core/common/profile_management_switches.h"
|
| #include "ui/gfx/font.h"
|
| @@ -407,7 +407,7 @@ void OpaqueBrowserFrameViewLayout::LayoutNewStyleAvatar(views::View* host) {
|
| // the avatar button.
|
| if (!IsTitleBarCondensed()) {
|
| trailing_button_start_ -=
|
| - TabStrip::kNewTabButtonAssetWidth + kNewTabCaptionNormalSpacing;
|
| + GetLayoutConstant(NEW_TAB_BUTTON_WIDTH) + kNewTabCaptionNormalSpacing;
|
| }
|
|
|
| // Do not include the 1px padding that is added for the caption buttons.
|
|
|