| Index: ui/gfx/win/window_impl.h
|
| diff --git a/ui/gfx/win/window_impl.h b/ui/gfx/win/window_impl.h
|
| index 1825c0b2f00bf5d5aa39875de54a82286e837adf..8206562935ff1ca8eb6c685231a58f854c876192 100644
|
| --- a/ui/gfx/win/window_impl.h
|
| +++ b/ui/gfx/win/window_impl.h
|
| @@ -5,17 +5,13 @@
|
| #ifndef UI_GFX_WIN_WINDOW_IMPL_H_
|
| #define UI_GFX_WIN_WINDOW_IMPL_H_
|
|
|
| -#include <atlbase.h>
|
| -#include <atlapp.h>
|
| -#include <atlmisc.h>
|
| -#include <atlcrack.h>
|
| -
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| #include "ui/gfx/gfx_export.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "ui/gfx/win/msg_util.h"
|
|
|
| namespace gfx {
|
|
|
|
|