| Index: components/html_viewer/global_state.cc
 | 
| diff --git a/components/html_viewer/global_state.cc b/components/html_viewer/global_state.cc
 | 
| index 2a2261b78ebfc23b3aa453ceb67dcc79172a2ac6..9d78811b9675065f41099f382c069f9e36e9b756 100644
 | 
| --- a/components/html_viewer/global_state.cc
 | 
| +++ b/components/html_viewer/global_state.cc
 | 
| @@ -4,11 +4,14 @@
 | 
|  
 | 
|  #include "components/html_viewer/global_state.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
|  #include "base/bind.h"
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "cc/blink/web_layer_impl.h"
 | 
|  #include "cc/layers/layer_settings.h"
 | 
|  #include "components/html_viewer/blink_platform_impl.h"
 | 
| 
 |