| Index: content/browser/web_contents/web_drag_source_mac.h
|
| diff --git a/content/browser/web_contents/web_drag_source_mac.h b/content/browser/web_contents/web_drag_source_mac.h
|
| index ceef25a0e042cb8a51d6e03b72eaf924369021ca..e17255146f3ec225dead74cb1dc329b4f1e8e282 100644
|
| --- a/content/browser/web_contents/web_drag_source_mac.h
|
| +++ b/content/browser/web_contents/web_drag_source_mac.h
|
| @@ -49,7 +49,7 @@ CONTENT_EXPORT
|
| GURL downloadURL_;
|
|
|
| // The file UTI associated with the file drag, if any.
|
| - base::mac::ScopedCFTypeRef<CFStringRef> fileUTI_;
|
| + base::ScopedCFTypeRef<CFStringRef> fileUTI_;
|
| }
|
|
|
| // Initialize a WebDragSource object for a drag (originating on the given
|
|
|