| Index: services/ui/ws/event_dispatcher.cc
|
| diff --git a/services/ui/ws/event_dispatcher.cc b/services/ui/ws/event_dispatcher.cc
|
| index 98d601c6604b9f72de3f910031d4b6b2bc8f351e..7f0c5922e91ed2ae44a51eb1f4fd669f85d870ef 100644
|
| --- a/services/ui/ws/event_dispatcher.cc
|
| +++ b/services/ui/ws/event_dispatcher.cc
|
| @@ -174,7 +174,7 @@ void EventDispatcher::SetDragDropSourceWindow(
|
| 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) {
|
| CancelImplicitCaptureExcept(nullptr);
|
| drag_controller_ = base::MakeUnique<DragController>(
|
|
|