Index: chrome/browser/extensions/webstore_installer.cc |
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc |
index 2ac133295cc43a949fce937bb600255beb12846c..2189fab38e1f5dbc70636fed57ae37ea071a2ca5 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 |