Index: ui/base/dragdrop/cocoa_dnd_util.h |
diff --git a/ui/base/dragdrop/cocoa_dnd_util.h b/ui/base/dragdrop/cocoa_dnd_util.h |
index c143ec6d7ad37d2f7b6f6753b4d0ce17d4e6b1e8..5b410145fe7707b643d5bf47f7f00bc12e9a3e7c 100644 |
--- a/ui/base/dragdrop/cocoa_dnd_util.h |
+++ b/ui/base/dragdrop/cocoa_dnd_util.h |
@@ -35,7 +35,7 @@ UI_EXPORT extern NSString* const kChromeDragImageHTMLPboardType; |
// the pasteboard, |NO| otherwise. If |convert_filenames| is |YES|, the function |
// will also attempt to convert filenames in |pboard| to file URLs. |
UI_EXPORT BOOL PopulateURLAndTitleFromPasteboard(GURL* url, |
- string16* title, |
+ base::string16* title, |
NSPasteboard* pboard, |
BOOL convert_filenames); |