| Index: components/html_viewer/global_state.h
 | 
| diff --git a/components/html_viewer/global_state.h b/components/html_viewer/global_state.h
 | 
| index c8c95239c29449a36ceb759a0216d63a6defb5dc..639afcca8e333446f202e3104c7758c19b22183d 100644
 | 
| --- a/components/html_viewer/global_state.h
 | 
| +++ b/components/html_viewer/global_state.h
 | 
| @@ -5,9 +5,10 @@
 | 
|  #ifndef COMPONENTS_HTML_VIEWER_GLOBAL_STATE_H_
 | 
|  #define COMPONENTS_HTML_VIEWER_GLOBAL_STATE_H_
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/threading/thread.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "components/html_viewer/blink_settings.h"
 | 
|  #include "components/html_viewer/discardable_memory_allocator.h"
 | 
|  #include "components/mus/gles2/mojo_gpu_memory_buffer_manager.h"
 | 
| 
 |