Index: chrome/browser/ui/ash/screenshot_taker.cc |
diff --git a/chrome/browser/ui/ash/screenshot_taker.cc b/chrome/browser/ui/ash/screenshot_taker.cc |
index 8e3bb115372339809e43692623a34e774aaefff8..088729e477540e05c3ba4a2de3b9562bd743cd89 100644 |
--- a/chrome/browser/ui/ash/screenshot_taker.cc |
+++ b/chrome/browser/ui/ash/screenshot_taker.cc |
@@ -141,7 +141,7 @@ void SaveScreenshotToGData(scoped_refptr<base::RefCountedBytes> png_data, |
void PostSaveScreenshotTask(const FilePath& screenshot_path, |
scoped_refptr<base::RefCountedBytes> png_data) { |
- if (gdata::util::IsUnderGDataMountPoint(screenshot_path)) { |
+ if (gdata::util::IsUnderDriveMountPoint(screenshot_path)) { |
Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord(); |
if (profile) { |
gdata::util::PrepareWritableFileAndRun( |