Index: services/ui/ws/event_dispatcher.h |
diff --git a/services/ui/ws/event_dispatcher.h b/services/ui/ws/event_dispatcher.h |
index 67572d0df49aa20c366c2606631f5d8f16f1f23b..a5bd656515d17973120e1ade8586eead8fe3e7d4 100644 |
--- a/services/ui/ws/event_dispatcher.h |
+++ b/services/ui/ws/event_dispatcher.h |
@@ -85,7 +85,7 @@ class EventDispatcher : public ServerWindowObserver, public DragCursorUpdater { |
ServerWindow* window, |
DragTargetConnection* source_connection, |
int32_t drag_pointer, |
- mojo::Map<mojo::String, mojo::Array<uint8_t>> mime_data, |
+ std::unordered_map<std::string, std::vector<uint8_t>> mime_data, |
uint32_t drag_operations); |
void CancelDragDrop(); |
void EndDragDrop(); |