Index: content/browser/web_contents/web_drag_source_mac.mm |
diff --git a/content/browser/web_contents/web_drag_source_mac.mm b/content/browser/web_contents/web_drag_source_mac.mm |
index 0c20d22b5b9461b4127d80a22d3687b1760b2240..0b86cca255f1508db0cc2af5533a6af1773ee176 100644 |
--- a/content/browser/web_contents/web_drag_source_mac.mm |
+++ b/content/browser/web_contents/web_drag_source_mac.mm |
@@ -369,7 +369,7 @@ NSString* GetDropLocation(NSPasteboard* pboard) { |
base::FilePath filePath(SysNSStringToUTF8(path)); |
filePath = filePath.Append(downloadFileName_); |
- // CreateFileStreamForDrop() will call file_util::PathExists(), |
+ // CreateFileStreamForDrop() will call base::PathExists(), |
// which is blocking. Since this operation is already blocking the |
// UI thread on OSX, it should be reasonable to let it happen. |
base::ThreadRestrictions::ScopedAllowIO allowIO; |