// Copyright 2014 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_EVENT_GENERATOR_DELEGATE_AURA_H_ #define UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_ #include "ui/events/test/event_generator.h" #include <memory> namespace aura { class Window; namespace client { class ScreenPositionClient; } namespace test { // Implementation of ui::test::EventGeneratorDelegate for Aura. class EventGeneratorDelegateAura : public ui::test::EventGeneratorDelegate { … }; } // namespace test } // namespace aura #endif // UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_