 Chromium Code Reviews
 Chromium Code Reviews Issue 1543183002:
  Switch to standard integer types in ui/gfx/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1543183002:
  Switch to standard integer types in ui/gfx/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: ui/gfx/utf16_indexing.h | 
| diff --git a/ui/gfx/utf16_indexing.h b/ui/gfx/utf16_indexing.h | 
| index 4c2b2c19d562fb0b0cc953865db0158604559494..779109dd84d07723bbaa8bfe5a1bb03329b66b48 100644 | 
| --- a/ui/gfx/utf16_indexing.h | 
| +++ b/ui/gfx/utf16_indexing.h | 
| @@ -5,6 +5,8 @@ | 
| #ifndef UI_GFX_UTF16_INDEXING_H_ | 
| #define UI_GFX_UTF16_INDEXING_H_ | 
| +#include <stddef.h> | 
| + | 
| #include "base/strings/string16.h" | 
| #include "ui/gfx/gfx_export.h" |