| Index: services/ui/public/cpp/tests/window_tree_client_private.h
|
| diff --git a/services/ui/public/cpp/tests/window_tree_client_private.h b/services/ui/public/cpp/tests/window_tree_client_private.h
|
| index 6bf39b21348872206494b9be0838bc2506890d30..bb2a3609fc81b10de7235d59296343d4b875221c 100644
|
| --- a/services/ui/public/cpp/tests/window_tree_client_private.h
|
| +++ b/services/ui/public/cpp/tests/window_tree_client_private.h
|
| @@ -52,7 +52,8 @@ class WindowTreeClientPrivate {
|
| bool HasPointerWatcher();
|
|
|
| private:
|
| - WindowTreeClient* tree_client_impl_;
|
| + WindowTreeClient* tree_client_impl_;
|
| + uint16_t next_window_id_ = 1u;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowTreeClientPrivate);
|
| };
|
|
|