chromium/ui/aura/test/default_event_generator_delegate.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_AURA_TEST_DEFAULT_EVENT_GENERATOR_DELEGATE_H_
#define UI_AURA_TEST_DEFAULT_EVENT_GENERATOR_DELEGATE_H_

#include "base/memory/raw_ptr.h"
#include "ui/aura/test/event_generator_delegate_aura.h"

namespace aura {
namespace test {

class DefaultEventGeneratorDelegate : public EventGeneratorDelegateAura {};

}  // namespace test
}  // namespace aura

#endif  // UI_AURA_TEST_DEFAULT_EVENT_GENERATOR_DELEGATE_H_