| Index: ui/gfx/color_analysis.h
|
| diff --git a/ui/gfx/color_analysis.h b/ui/gfx/color_analysis.h
|
| index e6d1d96bf28369ff37ae22f131aaa23d3ca7d348..7ac91464e1890b06b8c2c955d7fbb29b28e7ecc3 100644
|
| --- a/ui/gfx/color_analysis.h
|
| +++ b/ui/gfx/color_analysis.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef UI_GFX_COLOR_ANALYSIS_H_
|
| #define UI_GFX_COLOR_ANALYSIS_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/ref_counted_memory.h"
|
|
|