Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1709)

Unified Diff: content/browser/web_contents/web_drag_source_mac.h

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698