// Copyright 2013 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_EVENTS_TEST_TEST_EVENT_PROCESSOR_H_ #define UI_EVENTS_TEST_TEST_EVENT_PROCESSOR_H_ #include <memory> #include "ui/events/event_processor.h" namespace ui { namespace test { class TestEventProcessor : public EventProcessor { … }; } // namespace test } // namespace ui #endif // UI_EVENTS_TEST_TEST_EVENT_PROCESSOR_H_