| Index: components/mus/ws/window_tree_impl.h
|
| diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
|
| index 51c292c8f98d3d4c822a52026a54101321d390dd..93a3c5bbfb8fbc198366cf725ad51fd10d2fde1b 100644
|
| --- a/components/mus/ws/window_tree_impl.h
|
| +++ b/components/mus/ws/window_tree_impl.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef COMPONENTS_MUS_WS_WINDOW_TREE_IMPL_H_
|
| #define COMPONENTS_MUS_WS_WINDOW_TREE_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <queue>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/containers/hash_tables.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/interfaces/surface_id.mojom.h"
|
| @@ -260,7 +262,7 @@ class WindowTreeImpl : public mojom::WindowTree,
|
| internal) override;
|
|
|
| // mojom::WindowManagerInternalClient:
|
| - void WmResponse(uint32 change_id, bool response) override;
|
| + void WmResponse(uint32_t change_id, bool response) override;
|
| void WmRequestClose(Id transport_window_id) override;
|
|
|
| // AccessPolicyDelegate:
|
|
|