| Index: components/mus/ws/window_tree_impl.cc
|
| diff --git a/components/mus/ws/window_tree_impl.cc b/components/mus/ws/window_tree_impl.cc
|
| index 7e17c9a1eec0207e1492fd69c051ae1596e70ada..9f4f9cf8eefe3194ccce2c9f010c0a8036ac25f0 100644
|
| --- a/components/mus/ws/window_tree_impl.cc
|
| +++ b/components/mus/ws/window_tree_impl.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "components/mus/ws/window_tree_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "base/stl_util.h"
|
| #include "components/mus/ws/client_connection.h"
|
| #include "components/mus/ws/connection_manager.h"
|
| @@ -971,7 +974,7 @@ void WindowTreeImpl::GetWindowManagerInternalClient(
|
| ->GetWindowManagerInternal();
|
| }
|
|
|
| -void WindowTreeImpl::WmResponse(uint32 change_id, bool response) {
|
| +void WindowTreeImpl::WmResponse(uint32_t change_id, bool response) {
|
| if (GetHost() && GetHost()->GetWindowTree() == this)
|
| connection_manager_->WindowManagerChangeCompleted(change_id, response);
|
| }
|
|
|