Index: chrome/browser/ui/webui/screenshot_source.cc |
diff --git a/chrome/browser/ui/webui/screenshot_source.cc b/chrome/browser/ui/webui/screenshot_source.cc |
index cd60091bd0269746815f09e52b9e9d54a77cd0fe..f4ba7ada5c43e78f74972f5fdf347a0f77a99ea9 100644 |
--- a/chrome/browser/ui/webui/screenshot_source.cc |
+++ b/chrome/browser/ui/webui/screenshot_source.cc |
@@ -94,7 +94,7 @@ void ScreenshotSource::SendScreenshot(const std::string& screenshot_path, |
DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext( |
ash::Shell::GetInstance()->delegate()->GetCurrentBrowserContext()); |
FilePath download_path = download_prefs->DownloadPath(); |
- if (gdata::util::IsUnderGDataMountPoint(download_path)) { |
+ if (gdata::util::IsUnderDriveMountPoint(download_path)) { |
gdata::DriveFileSystemInterface* file_system = |
gdata::DriveSystemServiceFactory::GetForProfile( |
profile_)->file_system(); |