| Index: ui/base/x/selection_owner.h
|
| diff --git a/ui/base/x/selection_owner.h b/ui/base/x/selection_owner.h
|
| index 6267125f37a116759ba1e387a2238414434de1d1..652659792e1c15a343239e88c125fcf87192c329 100644
|
| --- a/ui/base/x/selection_owner.h
|
| +++ b/ui/base/x/selection_owner.h
|
| @@ -35,7 +35,7 @@ class UI_BASE_EXPORT SelectionOwner {
|
| // Returns the current selection data. Useful for fast paths.
|
| const SelectionFormatMap& selection_format_map() { return format_map_; }
|
|
|
| - // Retrieves a list of types we're offering.
|
| + // Appends a list of types we're offering to |targets|.
|
| void RetrieveTargets(std::vector<Atom>* targets);
|
|
|
| // Attempts to take ownership of the selection. If we're successful, present
|
|
|