| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index 2f25e73fe907013a34d6c306985f5eb074840603..931a76f3c841c1a3b4c50593d7b59c55f05f88c3 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef UI_NATIVE_THEME_NATIVE_THEME_H_
|
| #define UI_NATIVE_THEME_NATIVE_THEME_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/observer_list.h"
|
| +#include "build/build_config.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/native_theme/native_theme_export.h"
|
|
|