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