| Index: components/mus/surfaces/top_level_display_client.h
 | 
| diff --git a/components/mus/surfaces/top_level_display_client.h b/components/mus/surfaces/top_level_display_client.h
 | 
| index f72e8337a698307ec7159851d8a6933ad6e7979b..3f4f57139f7108aef042a09b9608d1f7166b580d 100644
 | 
| --- a/components/mus/surfaces/top_level_display_client.h
 | 
| +++ b/components/mus/surfaces/top_level_display_client.h
 | 
| @@ -5,6 +5,9 @@
 | 
|  #ifndef COMPONENTS_MUS_SURFACES_DISPLAY_IMPL_H_
 | 
|  #define COMPONENTS_MUS_SURFACES_DISPLAY_IMPL_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "cc/surfaces/display_client.h"
 | 
|  #include "cc/surfaces/surface_factory.h"
 | 
| 
 |