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

Unified Diff: chrome/browser/extensions/webstore_installer.cc

Issue 11106007: drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698