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

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

Issue 10873026: Rename GDataSystemService to DriveSystemService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge issue, remove one include header which is no longer necessary 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.h
diff --git a/chrome/browser/chromeos/gdata/gdata_download_observer.h b/chrome/browser/chromeos/gdata/gdata_download_observer.h
index ad12a2042cabf1a3d825af67a28206e896438cfe..050ec6e3410c123470b20a1c3806a3cd1eb4f9b7 100644
--- a/chrome/browser/chromeos/gdata/gdata_download_observer.h
+++ b/chrome/browser/chromeos/gdata/gdata_download_observer.h
@@ -150,9 +150,9 @@ class GDataDownloadObserver : public content::DownloadManager::Observer,
void MoveFileToDriveCache(content::DownloadItem* download);
// Private data.
- // The uploader owned by GDataSystemService. Used to trigger file uploads.
+ // The uploader owned by DriveSystemService. Used to trigger file uploads.
GDataUploader* gdata_uploader_;
- // The file system owned by GDataSystemService.
+ // The file system owned by DriveSystemService.
DriveFileSystemInterface* file_system_;
// Observe the DownloadManager for new downloads.
content::DownloadManager* download_manager_;
« no previous file with comments | « chrome/browser/chromeos/gdata/file_write_helper.cc ('k') | chrome/browser/chromeos/gdata/gdata_download_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698