| Index: ui/native_theme/native_theme_win.cc
|
| diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
|
| index 3f8fb05beba67acfc6aa2672b20b2f7a7c801bc3..4858f04e770ed1a4ce3698a7255ef1a69df97e87 100644
|
| --- a/ui/native_theme/native_theme_win.cc
|
| +++ b/ui/native_theme/native_theme_win.cc
|
| @@ -5,12 +5,13 @@
|
| #include "ui/native_theme/native_theme_win.h"
|
|
|
| #include <windows.h>
|
| +#include <stddef.h>
|
| #include <uxtheme.h>
|
| #include <vsstyle.h>
|
| #include <vssym32.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/win/scoped_gdi_object.h"
|
| #include "base/win/scoped_hdc.h"
|
|
|