| Index: services/ui/ws/window_tree.cc
|
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
|
| index 0206327b3029fe4a72b98b55812605d6bcc98571..988be1f9006bad870fec2f66b6c8aed4ead25a7f 100644
|
| --- a/services/ui/ws/window_tree.cc
|
| +++ b/services/ui/ws/window_tree.cc
|
| @@ -1185,7 +1185,7 @@ void WindowTree::SetEventObserver(mojom::EventMatcherPtr matcher,
|
| };
|
|
|
| if (matcher->type_matcher) {
|
| - auto iter =
|
| + auto* iter =
|
| std::find(std::begin(event_type_whitelist),
|
| std::end(event_type_whitelist), matcher->type_matcher->type);
|
| if (iter == std::end(event_type_whitelist)) {
|
|
|