| Index: ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| diff --git a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| index ae762f358a7935f14a916577ce80fe029e2545bb..8b66e912a4f520039d8af63b5c8ec27f20abddff 100644
|
| --- a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| +++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| @@ -9,11 +9,11 @@
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| #include "ui/base/l10n/l10n_util_win.h"
|
| +#include "ui/base/native_theme/native_theme_win.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/win/hwnd_util.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/font.h"
|
| -#include "ui/base/native_theme/native_theme_win.h"
|
| #include "ui/views/controls/tabbed_pane/tabbed_pane.h"
|
| #include "ui/views/controls/tabbed_pane/tabbed_pane_listener.h"
|
| #include "ui/views/layout/fill_layout.h"
|
|
|