blob: 81871aeeadea82bdbd1a70caeb048b176d707c1e [file] [log] [blame]
Dana Frieda9e97492023-02-11 02:22:211// 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 Fried2d40c372024-11-07 23:03:508#include "base/test/bind.h"
Dana Frieda9e97492023-02-11 02:22:219#include "testing/gmock/include/gmock/gmock.h"
10#include "testing/gtest/include/gtest/gtest.h"
11#include "ui/base/interaction/interaction_sequence.h"
12