Chromium Code Reviews| Index: ui/gfx/screen_win.h |
| diff --git a/ui/gfx/screen_win.h b/ui/gfx/screen_win.h |
| index b1488ae05bb850b9cfc4cfa762219b56d47ff5d0..8f1b6654ed0cc554b0ab3f7ce2d2e7035714ecaa 100644 |
| --- a/ui/gfx/screen_win.h |
| +++ b/ui/gfx/screen_win.h |
| @@ -5,6 +5,8 @@ |
| #ifndef UI_GFX_SCREEN_WIN_H_ |
| #define UI_GFX_SCREEN_WIN_H_ |
| +#include <stdint.h> |
|
robliao
2016/01/13 00:22:10
Move this include to screen_win.cc
Bret
2016/01/13 18:02:48
Done.
|
| + |
| #include "base/compiler_specific.h" |
| #include "base/gtest_prod_util.h" |
| #include "base/macros.h" |