Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1216)

Unified Diff: chrome/browser/download/save_package_file_picker_chromeos.cc

Issue 10905142: Rename GData to Drive in drive_file_system_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/download/download_prefs.cc ('k') | chrome/browser/extensions/webstore_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_package_file_picker_chromeos.cc
diff --git a/chrome/browser/download/save_package_file_picker_chromeos.cc b/chrome/browser/download/save_package_file_picker_chromeos.cc
index 4834bbf63044bf4e907a9af3794f0199731c7f5f..4cea1980fefb2a832ee5e8023010562b7dd0df7d 100644
--- a/chrome/browser/download/save_package_file_picker_chromeos.cc
+++ b/chrome/browser/download/save_package_file_picker_chromeos.cc
@@ -90,7 +90,7 @@ void SavePackageFilePickerChromeOS::FileSelectedWithExtraInfo(
web_contents()->GetBrowserContext());
DCHECK(profile);
- if (gdata::util::IsUnderGDataMountPoint(selected_path)) {
+ if (gdata::util::IsUnderDriveMountPoint(selected_path)) {
// Here's a map to the callback chain:
// GetDriveTempDownloadPath ->
// ContinueSettingUpDriveDownload ->
« no previous file with comments | « chrome/browser/download/download_prefs.cc ('k') | chrome/browser/extensions/webstore_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698