| 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 82a94065db0bb8e1b9313fe94d42c8d71abb10b8..56c89a0b3d315bcb7e9b5429835994982ec0fdb4 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/window/non_client_view.h"
|
| #include "views/controls/button/image_button.h"
|
| #include "views/widget/tooltip_manager.h"
|
| #include "views/widget/widget.h"
|
| -#include "views/window/non_client_view.h"
|
|
|
| static const int kLeftPadding = 16;
|
| static const int kTopPadding = 6;
|
|
|