// 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_EVENT_TARGETER_H_ #define UI_EVENTS_EVENT_TARGETER_H_ #include "base/memory/weak_ptr.h" #include "ui/events/events_export.h" namespace ui { class Event; class EventSink; class EventTarget; class EVENTS_EXPORT EventTargeter { … }; } // namespace ui #endif // UI_EVENTS_EVENT_TARGETER_H_