Index: ui/events/event_utils.h |
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h |
index dc958088a6ef6f39951db44b43cead89aef98294..08bbfbc2e556d9a0f9c840ecccf0956af16de965 100644 |
--- a/ui/events/event_utils.h |
+++ b/ui/events/event_utils.h |
@@ -6,7 +6,6 @@ |
#define UI_EVENTS_EVENT_UTILS_H_ |
#include "base/event_types.h" |
-#include "base/memory/scoped_ptr.h" |
#include "ui/events/event_constants.h" |
#include "ui/events/keycodes/keyboard_codes.h" |
#include "ui/gfx/display.h" |
@@ -32,11 +31,6 @@ |
// Updates the list of devices for cached properties. |
EVENTS_EXPORT void UpdateDeviceList(); |
- |
-// Returns a ui::Event wrapping a native event. Ownership of the returned value |
-// is transferred to the caller. |
-EVENTS_EXPORT scoped_ptr<Event> EventFromNative( |
- const base::NativeEvent& native_event); |
// Get the EventType from a native event. |
EVENTS_EXPORT EventType EventTypeFromNative( |