| Index: components/mus/public/cpp/lib/window_tree_client_impl.h
 | 
| diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.h b/components/mus/public/cpp/lib/window_tree_client_impl.h
 | 
| index 654e97a4fd18f40c873ca9d0b10dbddc74ab1a64..ed96ef9863794a0c70f297c3b69b855546151759 100644
 | 
| --- a/components/mus/public/cpp/lib/window_tree_client_impl.h
 | 
| +++ b/components/mus/public/cpp/lib/window_tree_client_impl.h
 | 
| @@ -5,8 +5,11 @@
 | 
|  #ifndef COMPONENTS_MUS_PUBLIC_CPP_LIB_WINDOW_TREE_CLIENT_IMPL_H_
 | 
|  #define COMPONENTS_MUS_PUBLIC_CPP_LIB_WINDOW_TREE_CLIENT_IMPL_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <map>
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/observer_list.h"
 | 
|  #include "components/mus/common/types.h"
 | 
|  #include "components/mus/public/cpp/window.h"
 | 
| @@ -131,7 +134,7 @@ class WindowTreeClientImpl : public WindowTreeConnection,
 | 
|                     ConnectionSpecificId connection_id,
 | 
|                     mojom::WindowDataPtr root_data,
 | 
|                     Id focused_window_id,
 | 
| -                   uint32 access_policy);
 | 
| +                   uint32_t access_policy);
 | 
|  
 | 
|    // Overridden from WindowTreeConnection:
 | 
|    Window* GetRoot() override;
 | 
| 
 |