Index: chrome/browser/chromeos/preferences.cc |
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc |
index 7e9367843d657caf3faa13ff2fd4e76992345eb0..54d3d43cf3893abe12b96d7a32f1e27c11fcde52 100644 |
--- a/chrome/browser/chromeos/preferences.cc |
+++ b/chrome/browser/chromeos/preferences.cc |
@@ -584,7 +584,7 @@ void Preferences::NotifyPrefChanged(const std::string* pref_name) { |
if (disable_gdata_.GetValue()) { |
const FilePath download_path = |
prefs_->GetFilePath(prefs::kDownloadDefaultDirectory); |
- if (gdata::util::IsUnderGDataMountPoint(download_path)) { |
+ if (gdata::util::IsUnderDriveMountPoint(download_path)) { |
prefs_->SetFilePath(prefs::kDownloadDefaultDirectory, |
download_util::GetDefaultDownloadDirectory()); |
} |