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

Unified Diff: chrome/browser/chromeos/gdata/gdata_download_observer.cc

Issue 10873005: Rename GDataDirectoryService to DriveResourceMetadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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/chromeos/gdata/gdata_download_observer.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_download_observer.cc b/chrome/browser/chromeos/gdata/gdata_download_observer.cc
index 826fc87f3680bb09dfe5cc35beb590ad5a250e33..55fb53afcc8db16602e2647669150f1f0787ab4e 100644
--- a/chrome/browser/chromeos/gdata/gdata_download_observer.cc
+++ b/chrome/browser/chromeos/gdata/gdata_download_observer.cc
@@ -543,7 +543,7 @@ void GDataDownloadObserver::CreateUploadFileInfoAfterCheckExistence(
} else {
// No file exists at the target path, so upload as a new file.
- // Get the GDataDirectory proto for the upload directory, then extract the
+ // Get the DriveDirectory proto for the upload directory, then extract the
// initial upload URL in OnReadDirectoryByPath().
const FilePath upload_dir = upload_file_info->gdata_path.DirName();
file_system_->GetEntryInfoByPath(
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_directory_service_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698