| 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 56c89a0b3d315bcb7e9b5429835994982ec0fdb4..10f02b05fdf7760b8bdbb8df4c795569eb70aea9 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -24,10 +24,10 @@
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/path.h"
|
| #include "ui/gfx/skbitmap_operations.h"
|
| +#include "ui/views/widget/tooltip_manager.h"
|
| +#include "ui/views/widget/widget.h"
|
| #include "ui/views/window/non_client_view.h"
|
| #include "views/controls/button/image_button.h"
|
| -#include "views/widget/tooltip_manager.h"
|
| -#include "views/widget/widget.h"
|
|
|
| static const int kLeftPadding = 16;
|
| static const int kTopPadding = 6;
|
|
|