| Index: ui/views/window/dialog_client_view.cc
|
| diff --git a/ui/views/window/dialog_client_view.cc b/ui/views/window/dialog_client_view.cc
|
| index c5c50cd9621d3f2dbac5bd021ebffedc1673868b..e27c08f511d82905d4a0bb56dcfc70a631a5727c 100644
|
| --- a/ui/views/window/dialog_client_view.cc
|
| +++ b/ui/views/window/dialog_client_view.cc
|
| @@ -19,10 +19,10 @@
|
| #include "ui/base/hit_test.h"
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/base/native_theme/native_theme.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/font.h"
|
| -#include "ui/base/native_theme/native_theme.h"
|
| #include "ui/views/controls/button/text_button.h"
|
| #include "ui/views/layout/layout_constants.h"
|
| #include "ui/views/widget/root_view.h"
|
|
|