Index: chrome/browser/extensions/webstore_installer.cc |
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc |
index ee728345327a0caf044d6fdc06bdace11273b619..88e68ddf40ec39c9fccd62a4c2ebb5f5ed1fe2aa 100644 |
--- a/chrome/browser/extensions/webstore_installer.cc |
+++ b/chrome/browser/extensions/webstore_installer.cc |
@@ -101,7 +101,7 @@ void GetDownloadFilePath( |
#if defined (OS_CHROMEOS) |
// Do not use drive for extension downloads. |
- if (gdata::util::IsUnderGDataMountPoint(directory)) |
+ if (gdata::util::IsUnderDriveMountPoint(directory)) |
directory = download_util::GetDefaultDownloadDirectory(); |
#endif |