| 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 44845e01404d0aa646c3e06942d07c8b36fa60ec..9585ccb4b85a5adfc063553fcb0318147509d5a2 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
|
| @@ -65,7 +65,7 @@ SkColor BrowserNonClientFrameView::GetToolbarTopSeparatorColor() const {
|
| color_id, browser_view_->IsIncognito());
|
| }
|
|
|
| -views::View* BrowserNonClientFrameView::GetProfileSwitcherView() const {
|
| +views::MenuButton* BrowserNonClientFrameView::GetProfileSwitcherButton() const {
|
| return nullptr;
|
| }
|
|
|
|
|