| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
 | 
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
 | 
| index 4152778d0b6c848cc6361263e242a5618b5222a4..47b820617581a17c7550bb2de77730b6afff44ad 100644
 | 
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
 | 
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
 | 
| @@ -128,10 +128,10 @@ class VIEWS_EXPORT DesktopDragDropClientAuraX11
 | 
|    // processes.
 | 
|    std::vector< ::Atom> GetOfferedDragOperations();
 | 
|  
 | 
| -  // This returns a newly allocated copy of the data we're offering in this
 | 
| +  // This returns a representation of the data we're offering in this
 | 
|    // drag. This is done to bypass an asynchronous roundtrip with the X11
 | 
|    // server.
 | 
| -  scoped_ptr<ui::SelectionFormatMap> CloneFormatMap() const;
 | 
| +  ui::SelectionFormatMap GetFormatMap() const;
 | 
|  
 | 
|    // Handling XdndPosition can be paused while waiting for more data; this is
 | 
|    // called either synchronously from OnXdndPosition, or asynchronously after
 | 
| 
 |