Index: services/ui/ws/window_tree.h |
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h |
index 0331e1bcd01d3306c7fc5fee3a06c676bb812481..b66a536d8bce56f342c2c04a99c0c262ca832499 100644 |
--- a/services/ui/ws/window_tree.h |
+++ b/services/ui/ws/window_tree.h |
@@ -500,7 +500,7 @@ class WindowTree : public mojom::WindowTree, |
// DragTargetConnection: |
void PerformOnDragDropStart( |
- mojo::Map<mojo::String, mojo::Array<uint8_t>> mime_data) override; |
+ std::unordered_map<std::string, std::vector<uint8_t>> mime_data) override; |
void PerformOnDragEnter( |
const ServerWindow* window, |
uint32_t event_flags, |