| Index: ash/drag_drop/drag_drop_tracker.h
|
| diff --git a/ash/drag_drop/drag_drop_tracker.h b/ash/drag_drop/drag_drop_tracker.h
|
| index 703aa6f9efd6e552918c48dbcacde900e573cdd3..292e4a99b9fc9502fb87afde36b3924520a8f155 100644
|
| --- a/ash/drag_drop/drag_drop_tracker.h
|
| +++ b/ash/drag_drop/drag_drop_tracker.h
|
| @@ -21,8 +21,7 @@ namespace ash {
|
| // Provides functions for handling drag events inside and outside the root
|
| // window where drag is started. This internally sets up a capture window for
|
| // tracking drag events outside the root window where drag is initiated.
|
| -// ash/wm/coordinate_conversion.h is used internally and only X11 environment
|
| -// is supported for now.
|
| +// Only X11 environment is supported for now.
|
| class ASH_EXPORT DragDropTracker {
|
| public:
|
| DragDropTracker(aura::Window* context_root,
|
|
|