Dana Fried | a9e9749 | 2023-02-11 02:22:21 | [diff] [blame] | 1 | // Copyright 2023 The Chromium Authors |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef UI_BASE_INTERACTION_INTERACTION_SEQUENCE_TEST_UTIL_H_ |
| 6 | #define UI_BASE_INTERACTION_INTERACTION_SEQUENCE_TEST_UTIL_H_ |
| 7 | |
Dana Fried | 2d40c37 | 2024-11-07 23:03:50 | [diff] [blame] | 8 | #include "base/test/bind.h" |
Dana Fried | a9e9749 | 2023-02-11 02:22:21 | [diff] [blame] | 9 | #include "testing/gmock/include/gmock/gmock.h" |
| 10 | #include "testing/gtest/include/gtest/gtest.h" |
| 11 | #include "ui/base/interaction/interaction_sequence.h" |
| 12 | |
|
|