| Index: services/ui/ws/window_manager_state.cc
|
| diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
|
| index fe6065db95b4675a126c1e64f05e03667c8628b7..0ee5b2da157cad14bb60ffd98be78deac5be7080 100644
|
| --- a/services/ui/ws/window_manager_state.cc
|
| +++ b/services/ui/ws/window_manager_state.cc
|
| @@ -165,7 +165,7 @@ void WindowManagerState::SetDragDropSourceWindow(
|
| DragSource* drag_source,
|
| ServerWindow* window,
|
| DragTargetConnection* source_connection,
|
| - mojo::Map<mojo::String, mojo::Array<uint8_t>> drag_data,
|
| + std::unordered_map<std::string, std::vector<uint8_t>> drag_data,
|
| uint32_t drag_operation) {
|
| int32_t drag_pointer = PointerEvent::kMousePointerId;
|
| if (event_awaiting_input_ack_ &&
|
|
|