| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
|
| index 03e458bc865ed6a1ea07283ab03b147c4ab14d9b..90751705c37d88ee3fdd62c49354c5f599de5aa3 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
|
| @@ -3,8 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h"
|
| -
|
| -#include "ui/base/material_design/material_design_controller.h"
|
|
|
| using bookmarks::BookmarkNode;
|
|
|
| @@ -30,11 +28,4 @@
|
| - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated {
|
| }
|
|
|
| -- (int)verticalTextOffset {
|
| - if (!ui::MaterialDesignController::IsModeMaterial()) {
|
| - return [super verticalTextOffset];
|
| - }
|
| - return -3;
|
| -}
|
| -
|
| @end
|
|
|