| 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_;
|
|
|